section ‹K-dimensional Region Trees› theory KD_Region_Tree imports "HOL-Library.NList" "HOL-Library.Tree" (* only for ‹height› *) begin text ‹Generalizes quadtrees. Instead of having ‹2^n› direct children of a node, the children are arranged in a binary tree where each ‹Split› splits along one dimension.›