|
template<typename Point , typename T_Point > |
T_Point | curves::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 . More...
|
|
template<typename Time , typename Numeric , bool Safe, typename Point , typename T_Point > |
polynomial< Time, Numeric, Safe, Point, T_Point > | curves::create_quintic (Point const &a, Point const &b, Point const &c, Point const &d, Point const &e, Point const &f, const Time t_min, const Time t_max) |
|