![]() |
Gamedev Framework (gf) 1.2.0
A C++17 framework for 2D games
|
A spatial structure. More...
#include <gf/SpatialTypes.h>
Public Attributes | |
RectF | 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.
RectF gf::SpatialStructure::bounds |
The bounds of the structure.
int gf::SpatialStructure::level |
The level of the structure.
SpatialStructureType gf::SpatialStructure::type |
The type of the structure.