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.backOctree.Cell.bottomOctree.Cell.childrenThe eight child nodes of this cell, ornullif this cell is a leaf of the octree.Octree.Cell.frontOctree.Cell.leftOctree.Cell.rightOctree.Cell.topMethods in de.grogra.vecmath.geom that return Octree.CellModifier and TypeMethodDescriptionprotected abstract Octree.CellOctree.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 voidOctree.initialize(int maxDepth, int minObjects, Tuple3d min, Tuple3d max, Octree.Cell root) Initializes the octree.