#include <octree.hpp>
Static Public Attributes | |
static const Octree_< T, 3 >::Point | offsetTable [Octree_< T, 3 >::nbCells] |
Definition at line 272 of file octree.hpp.
const Octree_< T, 3 >::Point OctreeHelper< T, 3 >::offsetTable [static] |
{ {-0.5, -0.5, -0.5}, {+0.5, -0.5, -0.5}, {-0.5, +0.5, -0.5}, {+0.5, +0.5, -0.5}, {-0.5, -0.5, +0.5}, {+0.5, -0.5, +0.5}, {-0.5, +0.5, +0.5}, {+0.5, +0.5, +0.5} }
Definition at line 274 of file octree.hpp.