Jump to content

De Boor's algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 81.241.41.135 (talk) at 20:23, 18 February 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Goal of the algorithm

Suppose we want to evaluate the spline curve

defined on the interval for a parameter value . Due to the spline locality property, we can write

So the value is determined by the controlpoints ; the other control points have no influence. The goal of de Boor's algorithm is to evaluate efficiently.

The algorithm

Suppose and for . Now calculate

with

Then .