[]
        
(Showing Draft Content)

C1.Util.DX.Matrix3x2.RotationRef

RotationRef Method

RotationRef(out Matrix3x2, float)

Creates a matrix that rotates.

Declaration
public static void RotationRef(out Matrix3x2 result, float degrees)
Parameters
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.

RotationRef(out Matrix3x2, float, ref Point2F)

Creates a matrix that rotates.

Declaration
public static void RotationRef(out Matrix3x2 result, float degrees, ref Point2F center)
Parameters
Type Name Description
Matrix3x2 result
float degrees
Point2F center