MatrixCreateSkew Method
Creates a skew matrix from the given axis skew angles in radians.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
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
- xAngle Double
- The amount of skew along the X-axis, in radians.
- yAngle Double
- The amount of skew along the Y-axis, in radians.
MatrixA rotation matrix.