XY Operators and Type Conversions

Operators

Equality(XY, XY) Determines whether two points are equal.
(TupleDouble, Double to XY) Converts a two-tuple into a point.
(XY to TupleDouble, Double) Converts a point into a two-tuple.
Inequality(XY, XY) Determines whether two points are unequal.

See Also