|
| | robLinearSE3 (const vctFrame4x4< double > &Rtw1, const vctFrame4x4< double > &Rtw2, double vmax, double wmax, double t1=0.0) |
| |
| | robLinearSE3 (const vctFrame4x4< double > &Rtw1, const vctFrame4x4< double > &Rtw2, double dt=1.0) |
| |
| void | Evaluate (double t, vctFrame4x4< double > &Rt, vctFixedSizeVector< double, 6 > &vw, vctFixedSizeVector< double, 6 > &vdwd) |
| |
| void | Blend (robFunction *function, double vmax, double vdmax) |
| |
| robLinearSE3 & | operator= (const robLinearSE3 &function) |
| |
| | robFunctionSE3 (void) |
| |
| | robFunctionSE3 (double t1, const vctFrame4x4< double > &Rtw1, const vctFixedSizeVector< double, 6 > &v1w1, const vctFixedSizeVector< double, 6 > &v1dw1d, double t2, const vctFrame4x4< double > &Rtw2, const vctFixedSizeVector< double, 6 > &v2w2, const vctFixedSizeVector< double, 6 > &v2dw2d) |
| | constructor More...
|
| |
| virtual | ~robFunctionSE3 () |
| |
| void | InitialState (vctFrame4x4< double > &Rtw1, vctFixedSizeVector< double, 6 > &v1w1, vctFixedSizeVector< double, 6 > &v1dw1d) |
| | Read initial(start) state. More...
|
| |
| void | FinalState (vctFrame4x4< double > &Rtw2, vctFixedSizeVector< double, 6 > &v2w2, vctFixedSizeVector< double, 6 > &v2dw2d) |
| | Read final(stop) state. More...
|
| |
| robFunctionSE3 & | operator= (const robFunctionSE3 &function) |
| |
| | robFunction (void) |
| |
| | robFunction (double startTime, double stopTime) |
| |
| virtual | ~robFunction () |
| |
| void | Set (double startTime, double stopTime) |
| | Set start and stop time. More...
|
| |
| virtual double & | StartTime (void) |
| | Return start time. More...
|
| |
| virtual double & | StopTime (void) |
| | Return stop time. More...
|
| |
| virtual double | Duration (void) const |
| | Return duration. More...
|
| |