Method CreateRotation
CreateRotation(float)
Creates a TransformMatrix with clockwise rotation of the specified angle about the origin.
public static TransformMatrix CreateRotation(float angle)
Parameters
anglefloatThe angle of the clockwise rotation, in degrees.