Matrix2FFromRotate(RadianF, Matrix2F) Method |
Creates a rotation matrix.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void FromRotate(
RadianF angle,
out Matrix2F result
)
Parameters
- angle RadianF
- Angle in radians to rotate counter-clockwise.
- result Matrix2F
- When the method completes, contains the resulting rotation matrix.
See Also