#include <configuration.hpp>
Public Member Functions | |
Configuration (double _x=0.0, double _y=0.0, double _theta=0.0, double _kappa=0.0) | |
Constructor. More... | |
void | print (bool eol) const |
Alphanumeric display. More... | |
Public Attributes | |
double | kappa |
Curvature. More... | |
double | theta |
Orientation in rad between [0, 2*pi[. More... | |
double | x |
Position. More... | |
double | y |
Definition at line 55 of file configuration.hpp.
steering::Configuration::Configuration | ( | double | _x = 0.0 , |
double | _y = 0.0 , |
||
double | _theta = 0.0 , |
||
double | _kappa = 0.0 |
||
) |
Constructor.
Definition at line 37 of file configuration.cpp.
void steering::Configuration::print | ( | bool | eol | ) | const |
Alphanumeric display.
Definition at line 45 of file configuration.cpp.
double steering::Configuration::kappa |
Curvature.
Definition at line 94 of file configuration.hpp.
double steering::Configuration::theta |
Orientation in rad between [0, 2*pi[.
Definition at line 91 of file configuration.hpp.
double steering::Configuration::x |
Position.
Definition at line 88 of file configuration.hpp.
double steering::Configuration::y |
Definition at line 88 of file configuration.hpp.