| 
    coal 3.0.1
    
   Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library 
   | 
 
SAP end point. More...
#include <coal/broadphase/broadphase_interval_tree.h>

Public Member Functions | |
| bool | operator< (const EndPoint &p) const | 
Public Attributes | |
| CollisionObject * | obj | 
| object related with the end point   | |
| Scalar | value | 
| end point value   | |
| char | minmax | 
| tag for whether it is a lower bound or higher bound of an interval, 0 for lo, and 1 for hi   | |
SAP end point.
SAP end point
| bool coal::IntervalTreeCollisionManager::EndPoint::operator< | ( | const EndPoint & | p | ) | const | 
| 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
| CollisionObject* coal::IntervalTreeCollisionManager::EndPoint::obj | 
object related with the end point
| Scalar coal::IntervalTreeCollisionManager::EndPoint::value | 
end point value