Click or drag to resize

Matrix3FToAngles Method (AnglesF)

Converts the current instance of Matrix3F to Euler angles.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public void ToAngles(
	out AnglesF result
)

Parameters

result
Type: NeoAxisAnglesF
When the method completes, contains the result of convertion.
See Also