Anyone have any ideas to implement a spline interpolator efficiently?
The linear lookup table is useful, but I'm hoping to make something naturally smoother between points, rather than piecewise linear. Splines or something similar would be perfect.