Matrix2FFromRotate Method (RadianF) |
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 Matrix2F FromRotate(
RadianF angle
)
Parameters
- angle
- Type: NeoAxisRadianF
Angle in radians to rotate counter-clockwise.
Return Value
Type:
Matrix2FThe resulting rotation matrix.
See Also