Matrix.RotateX(Single) Method (Microsoft.DirectX)

Rotates a matrix around the x-axis.

Definition

Visual Basic Public Sub RotateX( _
    ByVal angle As Single _
)
C# public void RotateX(
    float angle
);
C++ public:
void RotateX(
    float angle
);
JScript public function RotateX(
    angle : float
);

Parameters

angle System.Single
Angle of rotation, in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.

See Also