QuaternionAddition Operator

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 Quaternion operator +(
	Quaternion left,
	Quaternion right
)

Parameters

left
Type: RageQuaternion
The first quaternion to add.
right
Type: RageQuaternion
The second quaternion to add.

Return Value

Type: Quaternion
The sum of the two quaternions.
See Also

Reference