SAP end point. More...
#include <broadphase_interval_tree.h>
Public Member Functions | |
bool | operator< (const EndPoint &p) const |
Public Attributes | |
char | minmax |
tag for whether it is a lower bound or higher bound of an interval, 0 for lo, and 1 for hi More... | |
CollisionObject * | obj |
object related with the end point More... | |
CoalScalar | value |
end point value More... | |
SAP end point.
SAP end point
Definition at line 117 of file coal/broadphase/broadphase_interval_tree.h.
bool coal::IntervalTreeCollisionManager::EndPoint::operator< | ( | const EndPoint & | p | ) | const |
Definition at line 632 of file broadphase_interval_tree.cpp.
char coal::IntervalTreeCollisionManager::EndPoint::minmax |
tag for whether it is a lower bound or higher bound of an interval, 0 for lo, and 1 for hi
Definition at line 126 of file coal/broadphase/broadphase_interval_tree.h.
CollisionObject* coal::IntervalTreeCollisionManager::EndPoint::obj |
object related with the end point
Definition at line 119 of file coal/broadphase/broadphase_interval_tree.h.
CoalScalar coal::IntervalTreeCollisionManager::EndPoint::value |
end point value
Definition at line 122 of file coal/broadphase/broadphase_interval_tree.h.