0.2.0
|
Constructs four overlapping qaudratic B-splines. More...
Go to the source code of this file.
Functions | |
std::array< double, 3 > | NAV::BsplineKF::quadraticBsplines (const double &ti, const double &splineSpacing=1.0) |
Set the points/knots of the four B-splines. | |
Constructs four overlapping qaudratic B-splines.
std::array< double, 3 > NAV::BsplineKF::quadraticBsplines | ( | const double & | ti, |
const double & | splineSpacing = 1.0 ) |
Set the points/knots of the four B-splines.
[in] | ti | time i to evaluate the spline at in [s] |
[in] | splineSpacing | time difference between one and another B-spline in [s] |