'Declaration Public Overloads Shared Function RotationZ( _ ByVal radians As Single, _ ByVal centerPoint As Vector3 _ ) As Matrix4x4
public static Matrix4x4 RotationZ( float radians, Vector3 centerPoint )
Parameters
- radians
- Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
- centerPoint
- The center point.
Return Value
The created rotation matrix.