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