Saga
Saga Game Engine
|
#include <list>
#include <unordered_map>
#include <set>
#include <glm/vec3.hpp>
#include <optional>
#include <vector>
#include "Engine/Utils/tupleHash.h"
#include "uniformGrid.inl"
Go to the source code of this file.
Classes | |
class | Saga::UniformGrid< T > |
Models a uniform grid in 3D space, with the ability to insert and inspect certain cells in the grid. These cells contains a collection of objects. More... | |
Namespaces | |
namespace | Saga |