Package com.jhlabs.vecmath
Class AxisAngle4f
java.lang.Object
com.jhlabs.vecmath.AxisAngle4f
Vector math package, converted to look similar to javax.vecmath.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAxisAngle4f
(float[] x) AxisAngle4f
(float x, float y, float z, float angle) AxisAngle4f
(Vector3f v, float angle) -
Method Summary
Modifier and TypeMethodDescriptionvoid
get
(float[] t) void
get
(AxisAngle4f t) void
set
(float x, float y, float z, float angle) void
set
(AxisAngle4f t) toString()
-
Field Details
-
x
public float x -
y
public float y -
z
public float z -
angle
public float angle
-
-
Constructor Details
-
AxisAngle4f
public AxisAngle4f() -
AxisAngle4f
public AxisAngle4f(float[] x) -
AxisAngle4f
public AxisAngle4f(float x, float y, float z, float angle) -
AxisAngle4f
-
AxisAngle4f
-
-
Method Details