[]
Creates a skew transformation that has the specified x-axis angle and y-axis angle in radians.
public static void SkewRef(out Matrix3x2 result, float radiansX, float radiansY)
Type | Name | Description |
---|---|---|
Matrix3x2 | result | |
float | radiansX | |
float | radiansY |
Creates a skew transformation that has the specified x-axis angle, y-axis angle, and center point.
public static void SkewRef(out Matrix3x2 result, float radiansX, float radiansY, ref Point2F center)
Type | Name | Description |
---|---|---|
Matrix3x2 | result | |
float | radiansX | |
float | radiansY | |
Point2F | center |