24 #ifndef __UTILS_MATH_INTERPOLATION_LINEAR_H_ 25 #define __UTILS_MATH_INTERPOLATION_LINEAR_H_ 27 #include <utils/math/interpolation/interpolator.h> 37 virtual float interpolate(
float t_current,
float t_end,
float t_step,
38 float v_start,
float v_end);
Fawkes library namespace.
Linear value interpolator.