|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jhlabs.vecmath.Tuple4f
com.jhlabs.vecmath.Quat4f
public class Quat4f
Vector math package, converted to look similar to javax.vecmath.
Field Summary |
---|
Fields inherited from class com.jhlabs.vecmath.Tuple4f |
---|
w, x, y, z |
Constructor Summary | |
---|---|
Quat4f()
|
|
Quat4f(float[] x)
|
|
Quat4f(float x,
float y,
float z,
float w)
|
|
Quat4f(Quat4f t)
|
|
Quat4f(Tuple4f t)
|
Method Summary | |
---|---|
void |
normalize()
|
void |
set(AxisAngle4f a)
|
void |
set(Matrix4f m)
|
Methods inherited from class com.jhlabs.vecmath.Tuple4f |
---|
absolute, absolute, add, add, clamp, get, get, interpolate, negate, negate, scale, set, set, set, sub, sub, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Quat4f()
public Quat4f(float[] x)
public Quat4f(float x, float y, float z, float w)
public Quat4f(Quat4f t)
public Quat4f(Tuple4f t)
Method Detail |
---|
public void set(AxisAngle4f a)
public void normalize()
public void set(Matrix4f m)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |