QuaternionDivision Operator

RAGE Plugin Hook Documentation

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

Divides a quaternion by another.

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

public static Quaternion operator /(
	Quaternion left,
	float right
)

Parameters

left
Type: RageQuaternion
The first quaternion to divide.
right
Type: SystemSingle
The second quaternion to divide.

Return Value

Type: Quaternion
The divided quaternion.
See Also

Reference