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 void
conjugate()
void
conjugate(Quat4f quat4f)
void
interpolate(Quat4f quat4f, float float1)
void
interpolate(Quat4f quat4f, Quat4f quat4f2, float float1)
void
inverse()
void
inverse(Quat4f quat4f)
void
mul(Quat4f quat4f)
void
mul(Quat4f quat4f, Quat4f quat4f2)
void
mulInverse(Quat4f quat4f)
void
mulInverse(Quat4f quat4f, Quat4f quat4f2)
void
normalize()
void
normalize(Quat4f quat4f)
void
set(AxisAngle4d axisAngle4d)
void
set(AxisAngle4f axisAngle4f)
void
set(Matrix3d matrix3d)
void
set(Matrix3f matrix3f)
void
set(Matrix4d matrix4d)
void
set(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, toString
Methods 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
-