[This is preliminary documentation and is subject to change.]
Creates a quaternion given a yaw, pitch, and roll value.
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 Quaternion result )
Parameters
- yaw
- Type: SystemSingle
The yaw of rotation. - pitch
- Type: SystemSingle
The pitch of rotation. - roll
- Type: SystemSingle
The roll of rotation. - result
- Type: RageQuaternion
When the method completes, contains the newly created quaternion.
See Also