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 quat4f)voidinterpolate(Quat4f quat4f, float float1)voidinterpolate(Quat4f quat4f, Quat4f quat4f2, float float1)voidinverse()voidinverse(Quat4f quat4f)voidmul(Quat4f quat4f)voidmul(Quat4f quat4f, Quat4f quat4f2)voidmulInverse(Quat4f quat4f)voidmulInverse(Quat4f quat4f, Quat4f quat4f2)voidnormalize()voidnormalize(Quat4f quat4f)voidset(AxisAngle4d axisAngle4d)voidset(AxisAngle4f axisAngle4f)voidset(Matrix3d matrix3d)voidset(Matrix3f matrix3f)voidset(Matrix4d matrix4d)voidset(Matrix4f matrix4f)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 float1, float float2, float float3, float float4) -
Quat4f
public Quat4f(float[] floatArray) -
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
-