Gamedev Framework (gf)  0.12.0
A C++14 framework for 2D games
Public Attributes | List of all members
gf::SpatialStructure< U, N > Struct Template Reference

#include <gf/Spatial.h>

Public Attributes

Box< U, Nbounds
 
SpatialStructureType type
 
int level
 

Member Data Documentation

◆ bounds

template<typename U , std::size_t N>
Box<U, N> gf::SpatialStructure< U, N >::bounds

◆ level

template<typename U , std::size_t N>
int gf::SpatialStructure< U, N >::level

◆ type

template<typename U , std::size_t N>
SpatialStructureType gf::SpatialStructure< U, N >::type