![]()  | 
  
    Gamedev Framework (gf)
    0.14.0
    
   A C++14 framework for 2D games 
   | 
 
A spatial structure. More...
#include <gf/Spatial.h>
Public Attributes | |
| Box< U, N > | bounds | 
| The bounds of the structure.  More... | |
| SpatialStructureType | type | 
| The type of the structure.  More... | |
| int | level | 
| The level of the structure.  More... | |
A spatial structure.
A spatial structure reflects the internal states of a spatial index.
The bounds of the structure.
| int gf::SpatialStructure< U, N >::level | 
The level of the structure.
| SpatialStructureType gf::SpatialStructure< U, N >::type | 
The type of the structure.
 1.8.13