What is the difference between Bezier curve and B spline curve?
In its unwound form, B-splines do not interpolate any of its control points, while the Bezier curve automatically clamps its endpoints. However, B-splines can be forced to interpolate any of its n control points without repeating it, which is not possible with the Bezier curve.
Thanks for helping with the answer.