QuaternionAdd Method (Quaternion, Quaternion, Quaternion)

RAGE Plugin Hook Documentation

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

Adds two quaternions.

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

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

Parameters

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

Reference