Matrix.RotationZ(Single) Method (Microsoft.DirectX)
Builds a matrix that rotates around the z-axis.
Visual Basic Public Shared Function RotationZ( _
ByVal angle As Single _
) As MatrixC# public static Matrix RotationZ(
float angle
);C++ public:
static Matrix RotationZ(
float angle
);JScript public static function RotationZ(
angle : float
) : Matrix;
angle System.Single
Angle of rotation, in radians. Angles are measured clockwise when viewed from the rotation axis (positive side) toward the origin.
Microsoft.DirectX.Matrix
Rotated Matrix structure.
Show: