ComponentOne Bitmap for UWP
RotationZ(Single) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure > RotationZ Method : RotationZ(Single) Method
Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
Creates a matrix that rotates around the z-axis.
Syntax
'Declaration
 
Public Overloads Shared Function RotationZ( _
   ByVal radians As System.Single _
) As Matrix4x4
public static Matrix4x4 RotationZ( 
   System.float radians
)

Parameters

radians
Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.

Return Value

The created rotation matrix.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members
Overload List