Interface Point

Represents a point in 2D space. Point

Hierarchy

  • Point

Properties

x y

Properties

x: number

The horizontal location in space.

y: number

The vertical location in space.

Generated using TypeDoc