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