Matrix2FFromRotate(RadianF) Method |
Creates a rotation matrix.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Matrix2F FromRotate(
RadianF angle
)
Parameters
- angle RadianF
- Angle in radians to rotate counter-clockwise.
Return Value
Matrix2FThe resulting rotation matrix.
See Also