[This is preliminary documentation and is subject to change.]
Creates a rotation matrix with a specified yaw, pitch, and roll.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- yaw
- Type: SystemSingle
Yaw around the y-axis, in radians. - pitch
- Type: SystemSingle
Pitch around the x-axis, in radians. - roll
- Type: SystemSingle
Roll around the z-axis, in radians.
Return Value
Type: MatrixThe created rotation matrix.
See Also