Matrix4x4::CreateRotationZ Method (Single)

Creates a matrix for rotating points around the Z axis.

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

public:
static Matrix4x4 CreateRotationZ(
	float radians
)

Parameters

radians
Type: System::Single

The amount, in radians, by which to rotate around the Z-axis.

Return Value

Type: System.Numerics::Matrix4x4
The rotation matrix.
Show: