1 #ifndef TIL_CATMULL_ROM_INTERPOLATION_H 2 #define TIL_CATMULL_ROM_INTERPOLATION_H 32 template <
typename T >
34 :
public Interpolator_label
CatmullRomInterpolation Self
Interpolation using the Catmull-Rom polynomial.
static T compute(T f1, T f2, T f3, T f4, T x)
Returns the interpolated value of four numbers using the Catmull-Rom method.
Belongs to package Box Do not include directly, include til/Box.h instead.
General macros, definitions and functions.
Defines empty classes that serves as labels.