[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
public static void Multiply( ref Quaternion quaternion, float scale, out Quaternion result )
Parameters
- quaternion
- Type: RageQuaternion
The quaternion to scale. - scale
- Type: SystemSingle
The amount by which to scale the quaternion. - result
- Type: RageQuaternion
When the method completes, contains the scaled quaternion.
See Also