15 const std::vector<Voxel*>& neighbours(
const glm::ivec3& pos);
16 const std::vector<Voxel*>& neighbours(
Voxel* voxel);
20 std::vector<Voxel*> m_neighbours;
21 bool m_includeDiagonals;
23 void considerNeighbour(
const glm::ivec3& pos,
const glm::ivec3& offset);
Definition: voxelcluster.h:21
Definition: voxelneighbourhelper.h:10