Bezier curve and B spline curve

Bezier curve and B spline curve

by Md. Safiqul Islam -
Number of replies: 2

What is the difference between Bezier curve and B spline curve?

In reply to Md. Safiqul Islam

Re: Bezier curve and B spline curve

by Ariful Islam -

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.