QuaternionRotationMatrix Method (Matrix, Quaternion)

RAGE Plugin Hook Documentation

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

Creates a quaternion given a rotation matrix.

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

public static void RotationMatrix(
	ref Matrix matrix,
	out Quaternion result
)

Parameters

matrix
Type: RageMatrix
The rotation matrix.
result
Type: RageQuaternion
When the method completes, contains the newly created quaternion.
See Also

Reference