Crate flat_spatial
source ·Expand description
flat_spatial
is a crate dedicated to spatial partitioning structures that are not based on trees
(which are recursive) but on simple flat structures such as grids.
Grid
partitions the space using cells of user defined width.
AABBGrid
partitions the space using cells too, but stores Axis-Aligned Bounding Boxes.
Check Grid
and AABBGrid
docs for more information.