Matrix.RotateZ Method |
Language: |
Rotates the matrix around the z-axis.
Visual Basic Public Sub RotateZ( _
ByVal angle As Single _
)C# public void RotateZ(
float angle
);C++ public:
void RotateZ(
float angle
);JScript public function RotateZ(
angle : float
);
angle System.Single
Angle of rotation, in radians. Angles are measured clockwise when viewed from the rotation axis (positive side) toward the origin.
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