Jafar
|
struct with position, direction of the trajectory and current waypoint if not on the traj, return last waypoint More...
struct with position, direction of the trajectory and current waypoint if not on the traj, return last waypoint
pos | position on the trajectory |
dir | direction of the trajectory |
wp | current waypoint |
distance | distance from the begining of the trajectory |
onTraj | true if position is belong to the trajectory |
Definition at line 133 of file trajectory.hpp.
#include <trajectory.hpp>
Public Member Functions | |
posTraj (Vect pos_, Vect dir_, Waypoint wp_, double dist) | |
posTraj (Waypoint wp_) | |
Vect | pos3D () const |
Public Attributes | |
Vect | pos |
Vect | dir |
Waypoint | wp |
double | distance |
bool | onTraj |
Generated on Wed Oct 15 2014 00:37:44 for Jafar by doxygen 1.7.6.1 |