Matrix4x4::CreateRotationY Method (Single, Vector3)

The amount, in radians, by which to rotate around the Y axis from a center point.

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

public:
static Matrix4x4 CreateRotationY(
	float radians, 
	Vector3 centerPoint
)

Parameters

radians
Type: System::Single

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

centerPoint
Type: System.Numerics::Vector3

The center point.

Return Value

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