[This is preliminary documentation and is subject to change.]
Divides a quaternion by another.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
public static void Divide( ref Quaternion left, ref Quaternion right, out Quaternion result )
Parameters
- left
- Type: RageQuaternion
The first quaternion to divide. - right
- Type: RageQuaternion
The second quaternion to divide. - result
- Type: RageQuaternion
[Missing <param name="result"/> documentation for "M:Rage.Quaternion.Divide(Rage.Quaternion@,Rage.Quaternion@,Rage.Quaternion@)"]
Return Value
Type:The divided quaternion.
See Also