Skip to content

Type Alias: Point

ts
type Point = object;

2D coordinate

Properties

x

ts
x: number;

y

ts
y: number;