|
template<typename Point , typename T_Point > |
T_Point | spline::make_quintic_vector (Point const &a, Point const &b, Point const &c, Point const &d, Point const &e, Point const &f) |
| Creates coefficient vector of a quintic spline defined on the interval [tBegin, tEnd]. More...
|
|
template<typename Time , typename Numeric , std::size_t Dim, bool Safe, typename Point , typename T_Point > |
polynom< Time, Numeric, Dim,
Safe, Point, T_Point > | spline::create_quintic (Point const &a, Point const &b, Point const &c, Point const &d, Point const &e, Point const &f, const Time min, const Time max) |
|