De Boor's algorithm: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 6:
Due to the spline locality property, we can write
:<math> \vec{s}(x) = \sum_{i=\ell-n}^{\ell} \vec{d}_i N_i^n(x) </math>
So the value <math>\vec{s}(x)</math> is determined by the controlpoints <math> \vec{d}_{\ell-n},\vec{d}_{\ell-n+1},\vec{d}_{\ell} </math>; the other control points have no influence. The goal of dethe Boor'sbored algorithm is to evaluate <math> \vec{s}(x) </math> efficiently.
 
== The algorithm ==