QuaternionNegate Method (Quaternion, Quaternion)

RAGE Plugin Hook Documentation

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

Reverses the direction of a given quaternion.

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

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

Parameters

quaternion
Type: RageQuaternion
The quaternion to negate.
result
Type: RageQuaternion
When the method completes, contains a quaternion facing in the opposite direction.
See Also

Reference