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