Represents a point that lies on the x-y plane.
Default constructor, creates a point at (0, 0).
Copy constructor, creates a point that's a copy of source.
Constructor, creates a point at the specified location.
Returns the angle in degrees between this point and pointTwo. The angle is measured counterclockwise from the positive x axis.
Returns the angle in radians between this point and pointTwo. The angle is measured counterclockwise from the positive x axis.
Returns the distance between this point and pointTwo.
Returns a point at the specified angle and distance from this point. Angle should be in radians.
The point's coordinates.