public class RotateTransform extends Quaternion implements Transform
epsilon, Identity| Constructor and Description |
|---|
RotateTransform() |
RotateTransform(Quaternion other) |
| Modifier and Type | Method and Description |
|---|---|
Matrix4 |
getTransform()
Get the contents of this transform as a Matrix4
|
clamp, clone, equals, equals, fromAngleAxis, fromAngleAxisDegrees, fromTwoVectors, fromVectorRotation, getAngleAxis, getAngleAxisDegrees, getGimbalPole, getPitch, getPitchRad, getRoll, getRollRad, getW, getX, getXAxis, getY, getYaw, getYawRad, getYAxis, getZ, getZAxis, len, len2, multiply, multiply, normalize, parseQuaternion, readExternal, setEulerAngles, setEulerAnglesRad, setW, setX, setY, setZ, toEulerAngles, toString, writeExternalpublic RotateTransform()
public RotateTransform(Quaternion other)
public Matrix4 getTransform()
TransformgetTransform in interface Transform