MatrixRotationX Method (Single, Matrix)

RAGE Plugin Hook Documentation

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

Creates a matrix that rotates around the x-axis.

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

public static void RotationX(
	float angle,
	out Matrix result
)

Parameters

angle
Type: SystemSingle
Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
result
Type: RageMatrix
When the method completes, contains the created rotation matrix.
See Also

Reference