GilbertParameters
Defined in: gilbert.ts:212
Parameters for gridify_gilbert.
Properties
Section titled “Properties”optional cols?: number;Defined in: gilbert.ts:214
Grid width in cells. Derived from the data’s aspect ratio if omitted.
optional rows?: number;Defined in: gilbert.ts:216
Grid height in cells. Derived from the data’s aspect ratio if omitted.
whitespace?
Section titled “whitespace?”optional whitespace?: number;Defined in: gilbert.ts:218
Spare cells to allow beyond the point count. Defaults to 1 (none).