|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jhlabs.vecmath.AxisAngle4f
public class AxisAngle4f
Vector math package, converted to look similar to javax.vecmath.
| Field Summary | |
|---|---|
float |
angle
|
float |
x
|
float |
y
|
float |
z
|
| Constructor Summary | |
|---|---|
AxisAngle4f()
|
|
AxisAngle4f(AxisAngle4f t)
|
|
AxisAngle4f(float[] x)
|
|
AxisAngle4f(float x,
float y,
float z,
float angle)
|
|
AxisAngle4f(Vector3f v,
float angle)
|
|
| Method Summary | |
|---|---|
void |
get(AxisAngle4f t)
|
void |
get(float[] t)
|
void |
set(AxisAngle4f t)
|
void |
set(float x,
float y,
float z,
float angle)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public float x
public float y
public float z
public float angle
| Constructor Detail |
|---|
public AxisAngle4f()
public AxisAngle4f(float[] x)
public AxisAngle4f(float x,
float y,
float z,
float angle)
public AxisAngle4f(AxisAngle4f t)
public AxisAngle4f(Vector3f v,
float angle)
| Method Detail |
|---|
public void set(float x,
float y,
float z,
float angle)
public void set(AxisAngle4f t)
public void get(AxisAngle4f t)
public void get(float[] t)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||