[][src]Module flat_spatial::shapegrid

Structs

ShapeGrid

ShapeGrid is a generic shape-based spatial partitioning structure that uses a generic storage of cells which acts as a grid instead of a tree.

ShapeGridHandle

This handle is used to modify the associated object or to update its position. It is returned by the insert method of a ShapeGrid.

StoreObject

The actual object stored in the store

Type Definitions

ShapeGridObjects