CreateSkew Method
Creates a skew matrix from the given axis skew angles in radians.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static Matrix CreateSkew(
double xAngle,
double yAngle
)
Public Shared Function CreateSkew (
xAngle As Double,
yAngle As Double
) As Matrix
static member CreateSkew :
xAngle : float *
yAngle : float -> Matrix
Parameters
- Double
- The amount of skew along the X-axis, in radians.
- Double
- The amount of skew along the Y-axis, in radians.
Return Value
Matrix
A rotation matrix.