Module grid

Module grid 

Source

Structs§

Grid
Grid is a point-based spatial partitioning structure that uses a generic storage of cells which acts as a grid instead of a tree.
GridHandle
This handle is used to modify the associated object or to update its position. It is returned by the insert method of a Grid.
StoreObject
The actual object stored in the store

Enums§

ObjectState
State of an object, maintain() updates the internals of the grid and resets this to Unchanged

Type Aliases§

GridObjects