|
Jafar
|
Trajectory object. More...
Trajectory object.
Definition at line 151 of file trajectory.hpp.
#include <trajectory.hpp>
Public Member Functions | |
| Trajectory (wpList const &wpl) | |
| Trajectory (std::vector< TrajElt > traj_) | |
| void | computeTraj (wpList wpl) |
| posTraj | getPosition (double dist) const |
| posTraj | getPosition (int wpId) const |
| posTraj | getPosition (double x, double y, int wpId) const |
| std::vector< TrajElt > | getTrajectory () const |
| bool | isEmpty () const |
Private Attributes | |
| std::vector< TrajElt > | traj |
| Generated on Wed Oct 15 2014 00:37:44 for Jafar by doxygen 1.7.6.1 |
|