Quaternion::GetRotationMatrix
Defined in:
Converts a quaternion to a 3 × 3 matrix.
TSQuaternion.h
Prototype
Matrix3D GetRotationMatrix(void) const;
Description
The GetRotationMatrix
function converts a unit quaternion to a Matrix3D
object that represents the same rotation when it premultiplies a Vector3D
object.
See Also