Type Definition spade::delaunay::RTreeDelaunayLocate

source ·
pub type RTreeDelaunayLocate<V> = RTree<VertexEntry<V>>;
👎Deprecated since 1.0.1: Renamed to DelaunayTreeLocate
Expand description

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