[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
public static void RotationYawPitchRoll( float yaw, float pitch, float roll, out Matrix result )
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. - result
- Type: RageMatrix
When the method completes, contains the created rotation matrix.
See Also