Windows apps
Collapse the table of content
Expand the table of content

Matrix3x2::CreateRotation Method (Single)

Creates a rotation matrix using the given rotation in radians.

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

public:
static Matrix3x2 CreateRotation(
	float radians
)

Parameters

radians
Type: System::Single

The amount of rotation, in radians.

Return Value

Type: System.Numerics::Matrix3x2
The rotation matrix.
Show:
© 2017 Microsoft