Package com.jhlabs.vecmath
Class Vector4f
java.lang.Object
com.jhlabs.vecmath.Tuple4f
com.jhlabs.vecmath.Vector4f
Vector math package, converted to look similar to javax.vecmath.
-
Constructor Details
-
Vector4f
public Vector4f() -
Vector4f
public Vector4f(float[] x) -
Vector4f
public Vector4f(float x, float y, float z, float w) -
Vector4f
-
Vector4f
-
-
Method Details
-
dot
-
length
public float length() -
normalize
public void normalize()
-