GridifyResult
Defined in: gridify.ts:22
Result of a method that produces a final layout directly.
Properties
Section titled “Properties”positions
Section titled “positions”positions: Point[];Defined in: gridify.ts:24
One grid position per input point, in input order.
runtime
Section titled “runtime”runtime: number;Defined in: gridify.ts:26
Wall-clock time of the layout, in milliseconds.