#include <Path.h>

Public Member Functions | |
| Eight (EightParam param) | |
| Parametric constructor. | |
| Eight (Position center, EightParam param) | |
| Center+Parametric constructor. | |
| Eight (Position center, Angle rotation, EightParam param) | |
| Center+Rotation+Parametric constructor. | |
| Eight (const Eight &eight) | |
| Copy constructor. | |
| Eight & | operator= (const Eight &eight) |
| Operator =. | |
| Position | evalCentredPos (Decimal s) |
| Implementation of coresponding pure virtual function. | |
| Position | evalCentredPosp (Decimal s) |
| Implementation of coresponding pure virtual function. | |
| Position | evalCentredPospp (Decimal s) |
| Implementation of coresponding pure virtual function. | |
| Angle | evalTheta (Decimal s) |
| Implementation of coresponding pure virtual function. | |
| Angle | evalThetap (Decimal s, Decimal sp) |
| Implementation of coresponding pure virtual function. | |
| Angle | evalThetapp (Decimal s, Decimal sp, Decimal spp) |
| Implementation of coresponding pure virtual function. | |
| void | setParam (EightParam param) |
| Sets _param parameter. | |
| EightParam | param () |
| Gets _param parameter. | |
| string | print () |
| Prints on the screen all class parametes. | |
| Eight::Eight | ( | EightParam | param | ) | [inline] |
Parametric constructor.
| Eight::Eight | ( | Position | center, | |
| EightParam | param | |||
| ) | [inline] |
Center+Parametric constructor.
| Eight::Eight | ( | Position | center, | |
| Angle | rotation, | |||
| EightParam | param | |||
| ) | [inline] |
Center+Rotation+Parametric constructor.
| void Eight::setParam | ( | EightParam | param | ) | [inline] |
Sets _param parameter.
| EightParam Eight::param | ( | ) | [inline] |
Gets _param parameter.
| string Eight::print | ( | ) | [inline] |
1.5.6