For what situations would Catmull-Rom interpolation be better than Cubic Hermite interpolation?
afang-story
Cubic Hermite interpolation requires knowledge of the first derivative at points in order to enforce c1 continuity, while Catmull Rom interpolation approximates the derivative by having extra points.
For what situations would Catmull-Rom interpolation be better than Cubic Hermite interpolation?
Cubic Hermite interpolation requires knowledge of the first derivative at points in order to enforce c1 continuity, while Catmull Rom interpolation approximates the derivative by having extra points.