[This is preliminary documentation and is subject to change.]
Calculates the dot product of two quaternions.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- left
- Type: RageQuaternion
First source quaternion. - right
- Type: RageQuaternion
Second source quaternion.
Return Value
Type: SingleThe dot product of the two quaternions.
See Also