SAP interval for one object. More...
#include <broadphase_SaP.h>
Public Attributes | |
AABB | cached |
cached AABB value More... | |
EndPoint * | hi |
higher bound end point of the interval More... | |
EndPoint * | lo |
lower bound end point of the interval More... | |
CollisionObject * | obj |
object More... | |
SAP interval for one object.
Definition at line 119 of file coal/broadphase/broadphase_SaP.h.
AABB coal::SaPCollisionManager::SaPAABB::cached |
cached AABB value
Definition at line 130 of file coal/broadphase/broadphase_SaP.h.
EndPoint* coal::SaPCollisionManager::SaPAABB::hi |
higher bound end point of the interval
Definition at line 127 of file coal/broadphase/broadphase_SaP.h.
EndPoint* coal::SaPCollisionManager::SaPAABB::lo |
lower bound end point of the interval
Definition at line 124 of file coal/broadphase/broadphase_SaP.h.
CollisionObject* coal::SaPCollisionManager::SaPAABB::obj |
object
Definition at line 121 of file coal/broadphase/broadphase_SaP.h.