tile2d
|
A spatial index where pos may point towards a chunk or tile. More...
#include <tileMap.hpp>
Public Member Functions | |
SpatialIndex (const glm::i32vec2 &pos) | |
SpatialIndex (const AABB< Float > &aabb, const glm::i32vec2 &pos) | |
bool | operator== (const SpatialIndex &other) const |
Public Attributes | |
AABB< Float > | aabb |
glm::i32vec2 | pos |
A spatial index where pos may point towards a chunk or tile.