Type Alias spatial::tree::mbr::RLinearTree

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

R Quadratic Tree Type

Aliased Type§

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