Click or drag to resize

Matrix2FromRotate Method (Radian, Matrix2)

Creates a rotation matrix.

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

Parameters

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