JSPoint class

JSPoint class

Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.

Constructors

NameDescription
JSPoint(x, y)

Properties

NameDescription
XGets the x-coordinate.
YGets the y-coordinate.

See Also