Interface Point

A point in 2D space using a cartesian coordinate system.

-X is left. +X is right. -Y is up. +Y is down.

Hierarchy

  • Point

Implemented by

Properties

x y

Properties

x: number

The x coordinate of a 2D point.

y: number

The y coordinate of a 2D point.

Generated using TypeDoc