#include <list>
#include <math.h>


Go to the source code of this file.
Classes | |
| struct | TrajectoryConstraints |
| A structure describing various constraints used during calculation of a trajectory. More... | |
| class | Pos |
| Represents a state of the robot. More... | |
| class | Point |
| Represents a point in 2D space and provides some useful methods for calculation with points. More... | |
| class | TrajectoryPoints |
| List of pointers to Point. More... | |
| class | TrajectorySegment |
| Abstract class for a segment of the trajectory. More... | |
| class | Trajectory |
| Represents the whole trajectory. More... | |
Definition in file trgen.h.
1.5.3