Represents a cartesian co-ordinate of the form (x,y).
Creates a new point object with value (0.0, 0.0).
Creates a new point object with value (x, y).
The value of the x co-ordinate.
The value of the y co-ordinate.