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 181 of file broadphase_SaP.h.
fcl::SaPCollisionManager::SaPPair::SaPPair | ( | CollisionObject * | a, |
CollisionObject * | b | ||
) | [inline] |
Definition at line 183 of file broadphase_SaP.h.
bool fcl::SaPCollisionManager::SaPPair::operator== | ( | const SaPPair & | other | ) | const [inline] |
Definition at line 200 of file broadphase_SaP.h.
Definition at line 197 of file broadphase_SaP.h.
Definition at line 198 of file broadphase_SaP.h.