| Jafar
   
    | 
id, position, speed, time, type, heading, load factor
Definition at line 51 of file trajectory.hpp.
#include <trajectory.hpp>
| Public Member Functions | |
| Waypoint (int id_, std::vector< double > pos, speedRange speed_, timeRange time_, wpType type_, double heading_, double nmax_) | |
| int | getId () const | 
| std::vector< double > | getPosition () const | 
| Vect | getPosVect2D () const | 
| Vect | getPosVect3D () const | 
| speedRange | getSpeedRange () const | 
| timeRange | getTimeRange () const | 
| wpType | getType () const | 
| void | setType (wpType type_) | 
| double | getHeading () const | 
| Vect | getHeadingVect () const | 
| void | setHeading (double heading_) | 
| void | setHeading (Vect dir) | 
| double | getNmax () const | 
| bool | isNoTurn () const | 
| void | setNoTurn (bool noTurn_) | 
| Private Attributes | |
| int | id | 
| std::vector< double > | position | 
| speedRange | speed | 
| timeRange | time | 
| wpType | type | 
| double | heading | 
| double | nmax | 
| bool | noTurn | 
| Generated on Wed Oct 15 2014 00:37:44 for Jafar by doxygen 1.7.6.1 |   |