Click or drag to resize

CartesianUnaryNegation 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: 24.1.418.0 (24.1.418.0)
Syntax
public static Cartesian operator -(
	Cartesian coordinates
)

Parameters

coordinates
Type: AGI.Foundation.CoordinatesCartesian
The set of coordinates.

Return Value

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