Point Operators

Operators

Addition(Point, Point) Returns a Point whose coordinates are the sum of the respective coordinates of two other points.
Equality(Point, Point) Compares two Point structures for equality.
Inequality(Point, Point) Compares two Point structures for inequality.
Subtraction(Point, Point) Returns a Point whose coordinates are the differences between the respective coordinates of two other points.

See Also