Matrix3FFromRotateByX(RadianF, Matrix3F) Method |
Creates a matrix that rotates around the x-axis.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void FromRotateByX(
RadianF angle,
out Matrix3F result
)
Parameters
- angle RadianF
- The angle in radians.
- result Matrix3F
- When the method completes, contains the resulting rotation matrix.
See Also