Skip to content

IndexedPoint

type IndexedPoint = [number, number, number];

Defined in: types.ts:5

A point carrying its index in the input, as [x, y, i].