A pair of objects that are not culling away and should further check collision. More...
#include <broadphase_SaP.h>
| Public Member Functions | |
| bool | operator== (const SaPPair &other) const | 
| SaPPair (CollisionObject *a, CollisionObject *b) | |
| Public Attributes | |
| CollisionObject * | obj1 | 
| CollisionObject * | obj2 | 
A pair of objects that are not culling away and should further check collision.
Definition at line 161 of file coal/broadphase/broadphase_SaP.h.
| coal::SaPCollisionManager::SaPPair::SaPPair | ( | CollisionObject * | a, | 
| CollisionObject * | b | ||
| ) | 
Definition at line 814 of file broadphase_SaP.cpp.
| bool coal::SaPCollisionManager::SaPPair::operator== | ( | const SaPPair & | other | ) | const | 
Definition at line 825 of file broadphase_SaP.cpp.
| CollisionObject* coal::SaPCollisionManager::SaPPair::obj1 | 
Definition at line 164 of file coal/broadphase/broadphase_SaP.h.
| CollisionObject* coal::SaPCollisionManager::SaPPair::obj2 | 
Definition at line 165 of file coal/broadphase/broadphase_SaP.h.