line.jpg

cat-rom-spline

npm install --save cat-rom-spline

This is a simple javascript library that can be used in the browser or node environment. It can be used to generate interpolated points from a given set of control points using the Catmull-Rom spline interpolation algorithm. Catmull-Rom splines are useful in situations where the control points have to lay on the generated path.

To be more specific this is an implementation of the centripital Catmull-Rom spline usung Barry and Goldman's pyramidal formulation.