Click or drag to resize

AnglesAddition Operator

Adds two Euler angles.

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

Parameters

a
Type: NeoAxisAngles
The first Euler angles to add.
b
Type: NeoAxisAngles
The second Euler angles to add.

Return Value

Type: Angles
The sum of the two Euler angles.
See Also