coal
3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
|
Extention interval tree's interval to SAP interval, adding more information. More...
#include <coal/broadphase/broadphase_interval_tree.h>
Public Member Functions | |
SAPInterval (Scalar low_, Scalar high_, CollisionObject *obj_) | |
![]() | |
virtual | ~SimpleInterval () |
virtual void | print () |
Public Attributes | |
CollisionObject * | obj |
![]() | |
Scalar | low |
interval is defined as [low, high] More... | |
Scalar | high |
Extention interval tree's interval to SAP interval, adding more information.
coal::IntervalTreeCollisionManager::SAPInterval::SAPInterval | ( | Scalar | low_, |
Scalar | high_, | ||
CollisionObject * | obj_ | ||
) |
CollisionObject* coal::IntervalTreeCollisionManager::SAPInterval::obj |