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