Click or drag to resize

AnglesUnaryNegation Operator

Negates Euler angles.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Angles operator -(
	Angles a
)

Parameters

a  Angles
The Euler angles to negate.

Return Value

Angles
The negated Euler angles.
See Also