[]
type Point = object;
Represents a location in (x, y) coordinate space. The origin is at the top left corner.
x: number;
The X coordinate.
y: number;
The Y coordinate.