Convert a degree 3 cubic Nurbs Curve to Catmull-Rom?

389 views Asked by At

Is there a way to convert a degree 3 cubic Nurbs curve to a Catmull-Rom curve?

The Nurbs curve has a standard knot vector, so for example a curve with 10 control points has these 12 knots:

[ 0 0 0 1 2 3 4 5 6 7 7 7 ]

I assume the resulting Catmull-Rom curve would have 12 control points? Or even more..?

If it is not possible to one-to-one convert, is there a good algorithm to get at least a very close match?

0

There are 0 answers