Builds a matrix that rotates around the z-axis.
XMMATRIX XMMatrixRotationZ(
float Angle
)
Angle
Type: float
Angle of rotation around the z-axis, in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
Type: XMMATRIX
Returns the rotation matrix.
Header: Declared in directxmath.h.