Click or drag to resize

AnglesFAddition Operator

Adds two Euler angles.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static AnglesF operator +(
	AnglesF a,
	AnglesF b
)

Parameters

a  AnglesF
The first Euler angles to add.
b  AnglesF
The second Euler angles to add.

Return Value

AnglesF
The sum of the two Euler angles.
See Also