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

Type
Name
Summary

Get/Set x coordinate.

Get/Set y coordinate

Properties Detailed

x

Get/Set x coordinate.

Type Number x coordinate

Sample

point.x

y

Get/Set y coordinate

Type Number y

Sample

point.y

Last updated