Click or drag to resize

Matrix2FFromRotate(RadianF, Matrix2F) 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(
	RadianF angle,
	out Matrix2F result
)

Parameters

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