Skip to main content

Interface: Point

Represents a Point in a 2 dimensional coordinate system.

Properties

x

x: number

The X coordinate of this Point. (double)

Defined in

Point.ts:8


y

y: number

The Y coordinate of this Point. (double)

Defined in

Point.ts:12