Matrix.RotateY Method

Language:

Rotates a matrix around the y-axis.

Definition

Visual Basic Public Sub RotateY( _
    ByVal angle As Single _
)
C# public void RotateY(
    float angle
);
C++ public:
void RotateY(
    float angle
);
JScript public function RotateY(
    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


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center