Package javax.vecmath
Class Quat4f
java.lang.Object
javax.vecmath.Tuple4f
javax.vecmath.Quat4f
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
public class Quat4f extends Tuple4f implements java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidconjugate()voidconjugate(Quat4f q1)voidinterpolate(Quat4f q1, float alpha)voidinterpolate(Quat4f q1, Quat4f q2, float alpha)voidinverse()voidinverse(Quat4f q1)voidmul(Quat4f q1)voidmul(Quat4f q1, Quat4f q2)voidmulInverse(Quat4f q1)voidmulInverse(Quat4f q1, Quat4f q2)voidnormalize()voidnormalize(Quat4f q1)voidset(AxisAngle4d a)voidset(AxisAngle4f a)voidset(Matrix3d m1)voidset(Matrix3f m1)voidset(Matrix4d m1)voidset(Matrix4f m1)Methods inherited from class javax.vecmath.Tuple4f
absolute, absolute, add, add, clamp, clamp, clampMax, clampMax, clampMin, clampMin, clone, epsilonEquals, equals, equals, get, get, getW, getX, getY, getZ, hashCode, interpolate, interpolate, negate, negate, scale, scale, scaleAdd, scaleAdd, set, set, set, set, setW, setX, setY, setZ, sub, sub, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Quat4f
public Quat4f(float x, float y, float z, float w) -
Quat4f
public Quat4f(float[] q) -
Quat4f
-
Quat4f
-
Quat4f
-
Quat4f
-
Quat4f
public Quat4f()
-
-
Method Details
-
conjugate
-
conjugate
public final void conjugate() -
mul
-
mul
-
mulInverse
-
mulInverse
-
inverse
-
inverse
public final void inverse() -
normalize
-
normalize
public final void normalize() -
set
-
set
-
set
-
set
-
set
-
set
-
interpolate
-
interpolate
-