[This is preliminary documentation and is subject to change.]
Creates a quaternion given a rotation and an axis.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- axis
- Type: RageVector3
The axis of rotation. - angle
- Type: SystemSingle
The angle of rotation.
Return Value
Type: QuaternionThe newly created quaternion.
See Also