Adds two Euler angles.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static AnglesF operator +(
AnglesF a,
AnglesF b
)
Parameters
- a
- Type: NeoAxisAnglesF
The first Euler angles to add. - b
- Type: NeoAxisAnglesF
The second Euler angles to add.
Return Value
Type:
AnglesFThe sum of the two Euler angles.
See Also