Class Point

represents a point in a 2d space

Constructors

Properties

Methods

Constructors

Properties

type: "Point"

the shape type (used internally)

"Point"
x: number

the position of the point on the horizontal axis

0
y: number

the position of the point on the vertical axis

0

Methods