Module flat_spatial::grid

source ·

Structs

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

Enums

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

Type Definitions