IndexedPoint
type IndexedPoint = [number, number, number];Defined in: types.ts:5
A point carrying its index in the input, as [x, y, i].
type IndexedPoint = [number, number, number];Defined in: types.ts:5
A point carrying its index in the input, as [x, y, i].