Collision Detection

Implements collision detection capabilities. More...

Classes

class  chai3d::cCollisionAABB
 This class implements an axis-aligned bounding box collision detector. More...
 
class  chai3d::cCollisionAABBBox
 This structure implements the boundary nodes of an axis-aligned bounding box. More...
 
class  chai3d::cCollisionAABBNode
 This structure implements a tree node inside an AABB collision tree. More...
 
struct  chai3d::cCollisionEvent
 This structure stores the data related to a collision event. More...
 
class  chai3d::cCollisionRecorder
 This class implements a collision detection recorder that stores all collision events that are reported by a collision detector. More...
 
struct  chai3d::cCollisionSettings
 This structure stores the collision settings that are passed to a collision detector when querying for collisions. More...
 
class  chai3d::cCollisionBrute
 This class implements a brute force approach for collision detection. More...
 
class  chai3d::cGenericCollision
 This class implements a base class for collision detection. More...
 

Detailed Description