|
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_) | |
Public Member Functions inherited from coal::detail::SimpleInterval | |
| virtual | ~SimpleInterval () |
| virtual void | print () |
Public Attributes | |
| CollisionObject * | obj |
Public Attributes inherited from coal::detail::SimpleInterval | |
| Scalar | low |
| interval is defined as [low, high] | |
| 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 |