[]
Creates a matrix that rotates.
public static void RotationRef(out Matrix3x2 result, float degrees)
Type | Name | Description |
---|---|---|
Matrix3x2 | result | When the method completes, contains the created rotation matrix. |
float | degrees | Angle of rotation, in degrees. Angles are measured clockwise when looking along the rotation axis. |
Creates a matrix that rotates.
public static void RotationRef(out Matrix3x2 result, float degrees, ref Point2F center)
Type | Name | Description |
---|---|---|
Matrix3x2 | result | |
float | degrees | |
Point2F | center |