[This is preliminary documentation and is subject to change.]
Creates a rotation matrix from a quaternion.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- rotation
- Type: RageQuaternion
The quaternion to use to build the matrix. - result
- Type: RageMatrix
The created rotation matrix.
See Also