Gamedev Framework (gf)  0.17.0
A C++14 framework for 2D games
Public Attributes | List of all members
gf::SpatialStructure Struct Reference

A spatial structure. More...

#include <gf/spatial/Types.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...
 

Detailed Description

A spatial structure.

A spatial structure reflects the internal states of a spatial index.

See also
gf::QuadTree, gf::RStarTree

Member Data Documentation

◆ bounds

RectF gf::SpatialStructure::bounds

The bounds of the structure.

◆ level

int gf::SpatialStructure::level

The level of the structure.

◆ type

SpatialStructureType gf::SpatialStructure::type

The type of the structure.