[]
        
(Showing Draft Content)

C1.Util.DX.Matrix3x2.Skew

Skew Method

Skew(float, float)

Creates a skew transformation that has the specified x-axis angle and y-axis angle in radians.

Declaration
public static Matrix3x2 Skew(float radiansX, float radiansY)
Parameters
Type Name Description
float radiansX
float radiansY
Returns
Type Description
Matrix3x2

Skew(float, float, Point2F)

Creates a skew transformation that has the specified x-axis angle, y-axis angle, and center point.

Declaration
public static Matrix3x2 Skew(float radiansX, float radiansY, Point2F center)
Parameters
Type Name Description
float radiansX
float radiansY
Point2F center
Returns
Type Description
Matrix3x2