AnglesUnaryNegation Operator |
Negates 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
)
Parameters
- a
- Type: NeoAxisAngles
The Euler angles to negate.
Return Value
Type:
AnglesThe negated Euler angles.
See Also