Uses of Class
de.grogra.vecmath.geom.Octree.Cell
Packages that use Octree.Cell
-
Uses of Octree.Cell in de.grogra.vecmath.geom
Fields in de.grogra.vecmath.geom declared as Octree.CellModifier and TypeFieldDescriptionOctree.Cell.back
Octree.Cell.bottom
Octree.Cell.children
The eight child nodes of this cell, ornull
if this cell is a leaf of the octree.Octree.Cell.front
Octree.Cell.left
Octree.Cell.right
Octree.Cell.top
Methods in de.grogra.vecmath.geom that return Octree.CellModifier and TypeMethodDescriptionprotected abstract Octree.Cell
Octree.Cell.createChild
(int position) This factory method creates a new cell of the same class as this cell.Octree.getRoot()
Returns the root cell of the octree.DefaultCellIterator.next()
Methods in de.grogra.vecmath.geom with parameters of type Octree.CellModifier and TypeMethodDescriptionprotected void
Octree.initialize
(int maxDepth, int minObjects, Tuple3d min, Tuple3d max, Octree.Cell root) Initializes the octree.