fn build_tree(entries: &mut [BuildEntry]) -> RTreeNodeExpand description
Build an R-Tree from a list of entries, matching vanilla’s algorithm.
fn build_tree(entries: &mut [BuildEntry]) -> RTreeNodeBuild an R-Tree from a list of entries, matching vanilla’s algorithm.