Package com.jhlabs.vecmath
Class AxisAngle4f
- java.lang.Object
-
- com.jhlabs.vecmath.AxisAngle4f
-
public class AxisAngle4f extends java.lang.Object
Vector 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 void
get(float[] t)
void
get(AxisAngle4f t)
void
set(float x, float y, float z, float angle)
void
set(AxisAngle4f t)
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-