Skip to content

function cubic(M, T, T, T, T) interpolation

template <typename T, typename M>
KFR_FUNCTION T cubic(M mu, T x0, T x1, T x2, T x3)

Cubic interpolation.

Uses four points for smooth curve fitting.

Defined at math/interpolation.hpp:75