Matrix.RotationZ Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Builds a matrix that rotates around the z-axis.
Definition
Visual Basic .NET |
Public Shared Function RotationZ( _ ByVal angle As Single _ ) As Matrix |
C# |
public static Matrix RotationZ( float angle ); |
Managed C++ |
public: static Matrix RotationZ( float angle ); |
JScript .NET |
public static function RotationZ( angle : float ) :
Matrix; |
Parameters
angle
|
System.Single. Angle of rotation, in radians. Angles are measured clockwise when viewed from the rotation axis (positive side) toward the origin. |
Return Value
Microsoft.DirectX.Matrix
. Rotated Matrix structure.
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