This class implements a collision detection recorder that stores all collision events that are reported by a collision detector. More...
#include <CCollisionBasics.h>
Public Member Functions | |
| cCollisionRecorder () | |
| Constructor of cCollisionRecorder. More... | |
| virtual | ~cCollisionRecorder () |
| Destructor of cCollisionRecorder. More... | |
| void | clear () |
| This method clears all collision records. More... | |
Public Attributes | |
| cCollisionEvent | m_nearestCollision |
| Nearest collision event from the start point of the collision segment. More... | |
| std::vector< cCollisionEvent > | m_collisions |
| List of all detected collision events. More... | |
This class implements a collision detection recorder that stores all collision events that are reported by a collision detector.
|
inline |
|
inlinevirtual |
|
inline |
| cCollisionEvent chai3d::cCollisionRecorder::m_nearestCollision |
| std::vector<cCollisionEvent> chai3d::cCollisionRecorder::m_collisions |