MatrixRotationQuaternion Method (Quaternion)

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 Matrix RotationQuaternion(
	Quaternion rotation
)

Parameters

rotation
Type: RageQuaternion
The quaternion to use to build the matrix.

Return Value

Type: Matrix
The created rotation matrix.
See Also

Reference