Matrix3x2::CreateSkew Method (Single, Single)

Creates a skew matrix from the specified angles in radians.

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

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

Parameters

radiansX
Type: System::Single

The X angle, in radians.

radiansY
Type: System::Single

The Y angle, in radians.

Return Value

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