Type Definition spade::delaunay::DelaunayTreeLocate

source ·
pub type DelaunayTreeLocate<V> = RTree<VertexEntry<V>>;
Expand description

Locate strategy that uses an r-tree to locate points in O(log(n)) time.