Package org.openmali.spatial.octree

Interface Summary
OcCallback<T> Simple interface used to handle callbacks when traversing an OcTree.
OcCuller<T> Interface, which supplies different techniques for traversing and OcTree and culling objects.
 

Class Summary
OcCell<T> Spatial container holding the OcNodes.
OcNode<T> A node used to define an object stored in the octree.
OcRadiusCuller<T>  
OcRadiusFrustumCuller<T> Culls Nodes, which are not in the radius or the frustum.
OcTest  
OcTree<T>