15 GridAABB(
const glm::ivec3 &llf,
const glm::ivec3 &urb);
17 const glm::ivec3 &llf()
const;
18 void setLLF(
const glm::ivec3& llf);
20 const glm::ivec3 &urb()
const;
21 void setURB(
const glm::ivec3& urb);
23 bool contains(
const glm::ivec3& cell)
const;
25 int extent(Axis axis)
const;
30 float diameter()
const;
32 bool operator==(
const GridAABB& other)
const;
Definition: gridaabb.h:12