Point Class
The Point object represents a location in a two-dimensional coordinate system, where x represents the horizontal axis and y represents the vertical axis.
Constructor
Point
(
-
x
-
y
Parameters:
-
x
Numberposition of the point
-
y
Numberposition of the point