Voxellancer
0.3
A game about voxels in space
|
Public Member Functions | |
GridAABB (const glm::ivec3 &llf, const glm::ivec3 &urb) | |
const glm::ivec3 & | llf () const |
void | setLLF (const glm::ivec3 &llf) |
const glm::ivec3 & | urb () const |
void | setURB (const glm::ivec3 &urb) |
bool | contains (const glm::ivec3 &cell) const |
int | extent (Axis axis) const |
float | diameter () const |
bool | operator== (const GridAABB &other) const |
Protected Attributes | |
glm::ivec3 | m_llf |
glm::ivec3 | m_urb |