De Boor's algorithm: Difference between revisions

Content deleted Content added
mNo edit summary
Jaredwf (talk | contribs)
Line 13:
Suppose we want to evaluate the spline curve for a parameter value <math> x \in [u_{\ell},u_{\ell+1}) </math>.
We can express the curve as
 
:<math> \vec{s}(x) = \sum_{i=-n}^{p-1} \vec{d}_i N_i^n(x), </math>
where ''N<sub>i</sub><sup>n</sup>(x)'' are polynomials in x with coefficients depending on ''u<sub>0</sub>, ..., u<sub>p</sub>'' but not <math>\vec{d}_i</math>.
Line 27 ⟶ 28:
:<math> \alpha_{k,i} = \frac{x-u_i}{u_{i+n+1-k}-u_i}. </math>
Then <math> \vec{s}(x) = \vec{d}_{\ell}^{[n]} </math>.
 
[[Category:Algorithms]]