Creates a matrix that rotates.
'Declaration
Public Overloads Shared Function Rotation( _
ByVal As System.Single _
) As Matrix3x2
public static Matrix3x2 Rotation(
System.float
)
Parameters
- degrees
- Angle of rotation, in degrees. Angles are measured clockwise when looking along the rotation axis.
Return Value
The created rotation matrix.