Package com.ardor3d.bounding


package com.ardor3d.bounding
  • Class
    Description
    BoundingBox defines an axis-aligned cube that defines a container for a group of vertices of a particular piece of geometry.
    BoundingSphere defines a sphere that defines a container for a group of vertices of a particular piece of geometry.
     
     
    CollisionTree defines a well balanced red black tree used for triangle accurate collision detection.
     
    CollisionTreeController defines an interface for determining which collision tree to remove from a supplied cache.
    CollisionTreeManager is an automated system for handling the creation and deletion of CollisionTrees.
     
     
    UsageTreeController defines a CollisionTreeController implementation that removes cache elements based on the frequency of usage.