Voxellancer  0.3
A game about voxels in space
 All Classes Functions Pages
GridAABB Class Reference

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
 

The documentation for this class was generated from the following files: