Skip to main content

CreateSkew Method

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

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static Matrix CreateSkew(
double xAngle,
double yAngle
)

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.

See Also

Reference

Matrix Structure
Avalonia Namespace