coal 3.0.2
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
Loading...
Searching...
No Matches
coal::IntervalTreeCollisionManager::SAPInterval Struct Reference

Extention interval tree's interval to SAP interval, adding more information. More...

#include <coal/broadphase/broadphase_interval_tree.h>

Inheritance diagram for coal::IntervalTreeCollisionManager::SAPInterval:
coal::detail::SimpleInterval

Public Member Functions

 SAPInterval (CoalScalar low_, CoalScalar high_, CollisionObject *obj_)
Public Member Functions inherited from coal::detail::SimpleInterval
virtual ~SimpleInterval ()
virtual void print ()

Public Attributes

CollisionObjectobj
Public Attributes inherited from coal::detail::SimpleInterval
CoalScalar low
 interval is defined as [low, high]
CoalScalar high

Detailed Description

Extention interval tree's interval to SAP interval, adding more information.

Constructor & Destructor Documentation

◆ SAPInterval()

coal::IntervalTreeCollisionManager::SAPInterval::SAPInterval(CoalScalarlow_,
CoalScalarhigh_,
CollisionObject *obj_ )

Member Data Documentation

◆ obj

CollisionObject* coal::IntervalTreeCollisionManager::SAPInterval::obj

The documentation for this struct was generated from the following file: