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
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
Returns