Matrix2FromRotate Method (Radian) |
Creates a rotation matrix.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Matrix2 FromRotate(
Radian angle
)
Parameters
- angle
- Type: NeoAxisRadian
Angle in radians to rotate counter-clockwise.
Return Value
Type:
Matrix2The resulting rotation matrix.
See Also