AnglesSubtraction Operator |
Subtracts Euler angles.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static Angles operator -(
Angles a,
Angles b
)
Parameters
- a
- Type: NeoAxisAngles
The Euler angles to subtract from. - b
- Type: NeoAxisAngles
The Euler angles to be subtracted from another Euler angles.
Return Value
Type:
AnglesThe difference between the two Euler angles.
See Also