Package de.rico.engine.geometry.collision

Interface Summary
BoundingVolumeIface This interface specifies the basic methods for a bounding volume.
 

Class Summary
BoundingBox This class can be used as a bounding box for a mesh.
BoundingCylinder Deprecated. not capable of frustum culling
BoundingSphere This class describes a bounding sphere that can be used for collision detection between meshes or frustum culling.
CollisionFinder This class can be used to find different kinds of collisions
Ray This class represents a ray.