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 162 of file broadphase_SaP.h.
hpp::fcl::SaPCollisionManager::SaPPair::SaPPair | ( | CollisionObject * | a, |
CollisionObject * | b | ||
) |
Definition at line 808 of file broadphase_SaP.cpp.
bool hpp::fcl::SaPCollisionManager::SaPPair::operator== | ( | const SaPPair & | other | ) | const |
Definition at line 819 of file broadphase_SaP.cpp.
CollisionObject* hpp::fcl::SaPCollisionManager::SaPPair::obj1 |
Definition at line 165 of file broadphase_SaP.h.
CollisionObject* hpp::fcl::SaPCollisionManager::SaPPair::obj2 |
Definition at line 166 of file broadphase_SaP.h.