QuaternionSubtract Method (Quaternion, Quaternion, Quaternion)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Subtracts two quaternions.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static void Subtract(
	ref Quaternion left,
	ref Quaternion right,
	out Quaternion result
)

Parameters

left
Type: RageQuaternion
The first quaternion to subtract.
right
Type: RageQuaternion
The second quaternion to subtract.
result
Type: RageQuaternion
When the method completes, contains the difference of the two quaternions.
See Also

Reference