Implements a 2-dimensional vector with double precision coordinates.
Constructor: mxPoint
Constructs a new point for the optional x and y coordinates. If no coordinates are given, then the default values for and are used.
Holds the x-coordinate of the point. Default is 0.
Holds the y-coordinate of the point. Default is 0.
Returns a clone of this Point.
Returns true if the given object equals this point.
Implements a 2-dimensional vector with double precision coordinates.
Constructor: mxPoint
Constructs a new point for the optional x and y coordinates. If no coordinates are given, then the default values for and are used.