Adds two Euler angles.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Angles operator +(
Angles a,
Angles b
)
Parameters
- a Angles
- The first Euler angles to add.
- b Angles
- The second Euler angles to add.
Return Value
AnglesThe sum of the two Euler angles.
See Also