Package com.jhlabs.vecmath
Class AxisAngle4f
- java.lang.Object
-
- com.jhlabs.vecmath.AxisAngle4f
-
public class AxisAngle4f extends java.lang.ObjectVector math package, converted to look similar to javax.vecmath.
-
-
Constructor Summary
Constructors Constructor Description AxisAngle4f()AxisAngle4f(float[] x)AxisAngle4f(float x, float y, float z, float angle)AxisAngle4f(AxisAngle4f t)AxisAngle4f(Vector3f v, float angle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidget(float[] t)voidget(AxisAngle4f t)voidset(float x, float y, float z, float angle)voidset(AxisAngle4f t)java.lang.StringtoString()
-
-
-
Constructor Detail
-
AxisAngle4f
public AxisAngle4f()
-
AxisAngle4f
public AxisAngle4f(float[] x)
-
AxisAngle4f
public AxisAngle4f(float x, float y, float z, float angle)
-
AxisAngle4f
public AxisAngle4f(AxisAngle4f t)
-
AxisAngle4f
public AxisAngle4f(Vector3f v, float angle)
-
-
Method Detail
-
set
public void set(float x, float y, float z, float angle)
-
set
public void set(AxisAngle4f t)
-
get
public void get(AxisAngle4f t)
-
get
public void get(float[] t)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-