shared/spatial/spatial_grid library
Classes
- CellDebugInfo
- Debug information for a spatial grid cell.
-
SpatialGrid<
T extends SpatialIndexable> -
Ultra-fast spatial grid system using grid-based hashing.
This is the low-level implementation used by
SpatialIndex. Optimized for large numbers of 2D objects with frequent position updates. - SpatialIndexable
- Generic spatial indexing interface for 2D objects
- SpatialIndexStats
- Performance statistics for the spatial index