Skip to content

HILBERT_MAX_LEVEL

const HILBERT_MAX_LEVEL: 26 = 26;

Defined in: hilbert.ts:8

Largest level that can be indexed exactly. A level-L curve has 4^L cells and the index is a double, so beyond 26 indices would collide.