#include <Path.h>

Public Member Functions | |
| int | factorial (int n) |
| Bezier (vector< Position > pointsAtt) | |
| 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. | |
Public Attributes | |
| vector< Decimal > | _weightAtt |
| vector< Decimal > | _weightRep |
| vector< Decimal > | _xAtt |
| vector< Decimal > | _yAtt |
| vector< Decimal > | _xRep |
| vector< Decimal > | _yRep |
| vector< int > | _binomialAtt |
| vector< int > | _binomialRep |
| Bezier::Bezier | ( | vector< Position > | pointsAtt | ) | [inline] |
| int Bezier::factorial | ( | int | n | ) | [inline] |
| vector<Decimal> Bezier::_weightAtt |
| vector<Decimal> Bezier::_weightRep |
| vector<Decimal> Bezier::_xAtt |
| vector<Decimal> Bezier::_yAtt |
| vector<Decimal> Bezier::_xRep |
| vector<Decimal> Bezier::_yRep |
| vector<int> Bezier::_binomialAtt |
| vector<int> Bezier::_binomialRep |
1.5.6