Hermite interpolation.
Position of interpolation between (0 to 1). 0 means at position x0, 1 at position x1.
Value of f(x-1)
Value of f(x)
Value of f(x+1)
Value of f(x+2)
An interpolated value corresponding to f(x0 + f_pos).
See Implementation
Hermite interpolation.