Matrix3FToAngles(AnglesF) Method |
Converts the current instance of
Matrix3F to Euler angles.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void ToAngles(
out AnglesF result
)
Parameters
- result AnglesF
- When the method completes, contains the result of convertion.
See Also