QuaternionExponential Method (Quaternion, Quaternion)

RAGE Plugin Hook Documentation

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

Exponentiates a quaternion.

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

public static void Exponential(
	ref Quaternion quaternion,
	out Quaternion result
)

Parameters

quaternion
Type: RageQuaternion
The quaternion to exponentiate.
result
Type: RageQuaternion
When the method completes, contains the exponentiated quaternion.
See Also

Reference