Skip to main content

build_tree

Function build_tree 

Source
fn build_tree(entries: &mut [BuildEntry]) -> RTreeNode
Expand description

Build an R-Tree from a list of entries, matching vanilla’s algorithm.