Matrix.

CreateSkew(double, double) Method

Summary

Creates a skew matrix from the given axis skew angles in radians.
Namespace
Avalonia
Containing Type
Matrix

Syntax

public static Matrix CreateSkew(double xAngle, double yAngle)

Parameters

Name Type Description
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

Type Description
Matrix A rotation matrix.