QuaternionMultiply Method (Quaternion, Quaternion, Quaternion)

RAGE Plugin Hook Documentation

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

Modulates a quaternion by another.

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

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

Parameters

left
Type: RageQuaternion
The first quaternion to modulate.
right
Type: RageQuaternion
The second quaternion to modulate.
result
Type: RageQuaternion
When the moethod completes, contains the modulated quaternion.
See Also

Reference