JSPoint
(point)
Overview
The JSPoint object represents a point in a 2D coordinate system, defined by its x and y coordinates. It provides a simple and intuitive interface for working with positions in scripting environments.
Properties Summarized
Properties Detailed
x
Get/Set x coordinate.
Type Number x coordinate
Sample
point.xy
Get/Set y coordinate
Type Number y
Sample
point.yLast updated
Was this helpful?