Point Class
Represents a point on a 2 dimensional x / y coordinate system.
Example
var point = new Point(0, 100);
Methods
clone
()
Point
Returns a clone of the Point instance.
Returns:
Point:
a clone of the Point instance.
toString
()
String
Returns a string representation of this object.
Returns:
String:
a string representation of the instance.