Expand description
Simple spatial indexing for efficient queries
This implementation uses a simple grid-based spatial partitioning scheme for efficient viewport and proximity queries.
Re-exports§
pub use index::SpatialIndex;pub use query::SpatialQuery;