
#include <geom.h>
Inheritance diagram for GeomNone::

Public Methods | |
| GeomNone (string path) | |
| virtual | ~GeomNone () |
| virtual bool | CollisionFree (const MSLVector &q) |
| Return true if the robot(s) and obstacles are not in collision. | |
| virtual double | DistanceComp (const MSLVector &q) |
| Compute the distance of the closest point on the robot to the obstacle region. | |
|
|
|
|
|
|
|
|
Return true if the robot(s) and obstacles are not in collision.
Reimplemented from Geom. |
|
|
Compute the distance of the closest point on the robot to the obstacle region.
Reimplemented from Geom. |