Click or drag to resize

Cartesian.UnaryNegation Operator

Negates the specified set of Cartesian coordinates, yielding a new set of Cartesian coordinates.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static Cartesian operator -(
	Cartesian coordinates
)

Parameters

coordinates
Type: AGI.Foundation.Coordinates.Cartesian
The set of coordinates.

Return Value

Type: Cartesian
The result of negating the elements of the original set of Cartesian coordinates.
See Also