Click or drag to resize

Matrix2FFromRotate Method (RadianF, Matrix2F)

Creates a rotation matrix.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void FromRotate(
	RadianF angle,
	out Matrix2F result
)

Parameters

angle
Type: NeoAxisRadianF
Angle in radians to rotate counter-clockwise.
result
Type: NeoAxisMatrix2F
When the method completes, contains the resulting rotation matrix.
See Also