#include <exception>
#include <typeinfo>
#include <iterator>
#include "trgen.h"

Go to the source code of this file.
Namespaces | |
| namespace | Segment |
Classes | |
| class | Segment::Line |
| Stright segment of the trajectory. More... | |
| class | Segment::Arc |
| Arc shaped segment. More... | |
| class | Segment::Turn |
| Segment representing turn at one place. More... | |
Defines | |
| #define | dbgPrintf(format,...) |
Functions | |
| static double | minimizeAngle (double rad) |
Definition in file trgen.cc.
1.5.3