[This is preliminary documentation and is subject to change.]
Scales a quaternion by the given value.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- quaternion
- Type: RageQuaternion
The quaternion to scale. - scale
- Type: SystemSingle
The amount by which to scale the quaternion.
Return Value
Type: QuaternionThe scaled quaternion.
See Also