Click or drag to resize

Matrix2FromRotate(Radian, Matrix2) Method

Creates a rotation matrix.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void FromRotate(
	Radian angle,
	out Matrix2 result
)

Parameters

angle  Radian
Angle in radians to rotate counter-clockwise.
result  Matrix2
When the method completes, contains the resulting rotation matrix.
See Also