Microsoft DirectX 9.0 SDK Update (October 2004)

Matrix.RotateZ Method

Language:

Note: This documentation is preliminary and is subject to change.

Rotates the matrix around the z-axis.

Definition

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

Parameters

angle System.Single. Angle of rotation, in radians. Angles are measured clockwise when viewed from the rotation axis (positive side) toward the origin.

See Also


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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