Extention interval tree's interval to SAP interval, adding more information. More...
#include <hpp/fcl/broadphase/broadphase_interval_tree.h>
Public Member Functions | |
SAPInterval (double low_, double high_, CollisionObject *obj_) | |
![]() | |
virtual | ~SimpleInterval () |
virtual void | print () |
Public Attributes | |
CollisionObject * | obj |
![]() | |
double | low |
interval is defined as [low, high] More... | |
double | high |
Extention interval tree's interval to SAP interval, adding more information.
|
inline |
References fcl::SimpleInterval::high, and fcl::SimpleInterval::low.
CollisionObject* fcl::IntervalTreeCollisionManager::SAPInterval::obj |