QuaternionMultiply Method (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 Quaternion Multiply(
	Quaternion left,
	Quaternion right
)

Parameters

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

Return Value

Type: Quaternion
The modulated quaternion.
See Also

Reference