Difference between B-Spline and Bezier Curves

  • Context: Undergrad 
  • Thread starter Thread starter kmgraju
  • Start date Start date
  • Tags Tags
    Difference Graphs
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
kmgraju
Messages
10
Reaction score
0
Dear friends
What is the difference between B-Spline curve and Bezier curve?
Regards
Govind
 
Mathematics news on Phys.org
Hey kmgraju and welcome to the forums.

A B-Spline is an interpolation curve that is a lot more general whereas a bezier curve is a cubic polynomial expression (for each dimension, example curve, surface, volume, etc) that is an approximation curve given control points.

Interpolation curves go through the control points whereas approximation curves don't necessarily go through the points. You'll note that a bezier curve/surface/volume goes through only the end-points and in general is only 'pulled' towards the middle two points and doesn't go through them (like an interpolation curve does).