Enfilade
Created on 2022-01-24T17:00:35-06:00
B-Trees with "dsps" and "wids."
Dsp: displacement
Wid: width
Displacement is the relative offset of something to its parent node. Ex. a district's coordinates are stored at an offset to its parent sector's coordinates.
Width is the bounding box of the node. Ex. the total area covered by a leaf node.