MatrixCreateSkew Method

Creates a skew matrix from the given axis skew angles in radians.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Matrix CreateSkew(
	double xAngle,
	double yAngle
)

Parameters

xAngle  Double
The amount of skew along the X-axis, in radians.
yAngle  Double
The amount of skew along the Y-axis, in radians.

Return Value

Matrix
A rotation matrix.

See Also