QuaternionNegate Method (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 Quaternion Negate(
	Quaternion quaternion
)

Parameters

quaternion
Type: RageQuaternion
The quaternion to negate.

Return Value

Type: Quaternion
A quaternion facing in the opposite direction.
See Also

Reference