Catmull-Rom splines in python
问题 Is there a library or function in python to compute Catmull-Rom spline from three points ? What I need in the end are the x,y coordinates of points along the spline, provided that they are always equidistant of a given amount t along the spline (say, the spline curve is 3 units long and I want the x,y coordinates at spline length 0, 1, 2 and 3) Nothing really exciting. I am writing it by myself, but if you find something nice, It would be great for testing (or to save time) 回答1: 3 points ?