Type Alias spatial::tree::mbr::RQuadraticTree

source ·
pub type RQuadraticTree<P, const DIM: usize, LG, T> = MbrMap<RTreeNode<P, DIM, LG, T>, RInsert<P, DIM, LG, T, SeedSplit<P, DIM, LG, T, Quadratic>>, RRemove<P, DIM, LG, T>>;
Expand description

R Quadratic Tree Type

Aliased Type§

struct RQuadraticTree<P, const DIM: usize, LG, T> { /* private fields */ }