Matrix3x2::CreateSkew Method (Single, Single, Vector2)

Creates a skew matrix from the specified angles in radians and a center point.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static Matrix3x2 CreateSkew(
	float radiansX, 
	float radiansY, 
	Vector2 centerPoint
)

Parameters

radiansX
Type: System::Single

The X angle, in radians.

radiansY
Type: System::Single

The Y angle, in radians.

centerPoint
Type: System.Numerics::Vector2

The center point.

Return Value

Type: System.Numerics::Matrix3x2
The skew matrix.
Show: