MatrixRotationQuaternion Method (Quaternion, Matrix)

RAGE Plugin Hook Documentation

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

Creates a rotation matrix from a quaternion.

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

public static void RotationQuaternion(
	ref Quaternion rotation,
	out Matrix result
)

Parameters

rotation
Type: RageQuaternion
The quaternion to use to build the matrix.
result
Type: RageMatrix
The created rotation matrix.
See Also

Reference