
#include <geomPQP.h>
Inheritance diagram for GeomPQP:

Public Methods | |
| GeomPQP (string path) | |
| virtual | ~GeomPQP () |
| virtual void | LoadEnvironment (string path) |
| virtual void | LoadRobot (string path) |
| virtual bool | CollisionFree (const MSLVector &q) |
| Return true if the robot(s) and obstacles are not in collision. More... | |
| virtual double | DistanceComp (const MSLVector &q) |
| Compute the distance of the closest point on the robot to the obstacle region. More... | |
Public Attributes | |
| list< MSLTriangle > | Obst |
| list< MSLTriangle > | Robot |
| PQP_Model | Ro |
| PQP_Model | Ob |
Protected Attributes | |
| PQP_REAL | RR [3][3] |
| PQP_REAL | RO [3][3] |
| PQP_REAL | TR [3] |
| PQP_REAL | TO [3] |
|
|
|
|
|
|
|
|
Return true if the robot(s) and obstacles are not in collision.
Implements Geom. Reimplemented in GeomPQP2DRigid. |
|
|
Compute the distance of the closest point on the robot to the obstacle region.
Implements Geom. Reimplemented in GeomPQP2DRigid. |
|
|
Reimplemented in GeomPQP2D. |
|
|
Reimplemented in GeomPQP2D. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|