Defines a point on the Cartesian plane.
Defines a new point.
Get or set the x coordinate value.
Get or set the y coordinate value.
Sets the point x and y values.
Answers a Boolean whether the receiver equals the argument.
Returns a hash value for the receiver.
Addition.
Subtraction.
Multiplication.
Division.
Addition by a Point.
Multiplication by a Point.
Rotation about the origin by the angle given in radians.
Absolute value of the point.
Return the polar coordinate radius of the receiver.
Return the polar coordinate angle of the receiver.
Return the distance from the receiver to aPoint.
Return a Point whose x and y coordinates are swapped.
Round the coordinate values to a multiple of quantum.
Truncate the coordinate values to a multiple of quantum.
Returns the receiver.
Returns a complex number with x as the real part and y as the imaginary part.
Return a string representing the receiver.