$search
A base class for a distance checker. ObstacleDistance returns the radius of a L-z norm guaranteed to be collision-free. ObstacleDistanceNorm returns the value of z. More...
#include <DynamicPath.h>
Public Member Functions | |
virtual Real | ObstacleDistance (const Vector &x)=0 |
virtual Real | ObstacleDistanceNorm () const |
virtual | ~DistanceCheckerBase () |
A base class for a distance checker. ObstacleDistance returns the radius of a L-z norm guaranteed to be collision-free. ObstacleDistanceNorm returns the value of z.
DynamicPath can currently only handle L-Inf norms.
Definition at line 54 of file DynamicPath.h.
virtual DistanceCheckerBase::~DistanceCheckerBase | ( | ) | [virtual] |
virtual Real DistanceCheckerBase::ObstacleDistanceNorm | ( | ) | const [inline, virtual] |
Definition at line 58 of file DynamicPath.h.