Uses of Class
org.openmali.spatial.bodies.Body

Packages that use Body
org.openmali.spatial.bodies   
org.openmali.spatial.bounds   
org.openmali.spatial.octree   
org.openmali.spatial.quadtree   
 

Uses of Body in org.openmali.spatial.bodies
 

Subclasses of Body in org.openmali.spatial.bodies
 class Box
          An Axis-Aligned Box.
 class ConvexHull
           
 class Sphere
          An efficient Sphere.
 

Uses of Body in org.openmali.spatial.bounds
 

Subclasses of Body in org.openmali.spatial.bounds
 class BoundingBox
          Axis aligned bounding box volumes
 class BoundingPolytope
          A set of planes that prescribe a convex, closed polygonal bounding region.
 class BoundingSphere
          A spherical bounding volume.
 

Uses of Body in org.openmali.spatial.octree
 

Subclasses of Body in org.openmali.spatial.octree
 class OcCell<T extends SpatialNode>
          This is a non-standard implementation of an OcTree's cell.
 

Uses of Body in org.openmali.spatial.quadtree
 

Subclasses of Body in org.openmali.spatial.quadtree
 class QuadCell<T extends SpatialNode>
          This is a non-standard implementation of an QuadTree's cell.