Talk:De Boor's algorithm
![]() | Computer graphics Start‑class | |||||||||
|
Untitled
In the definition of the 0-th degree B-spline basis functions, the closed interval between u[i] and u[i+1] should be replaced by the half-open interval between u[i] and u[i+1].
Expressed otherwise, the article presently gives the requirement that we should have u[i] <= x <= u[i+1] but this requirement should really be u[i] <= x < u[i+1].
I would make this change myself, but I do not know how to do this in MathML.
Rdfuhr (talk) 06:15, 14 June 2010 (UTC)
Why are n and p reversed?
I believe it is a fairly standard convention to have p be the degree of the curve and n either be the highest index (modus Peigl and Tiller), or the number of control points (highest index + 1).
Why is this convention reversed so that p is the number of control points and n is the degree?
CodieCodemonkey (talk) 08:52, 22 May 2012 (UTC)
Mistake with indexes?
I guess there is a mistake in the formula . The simple example is a linear function . We have knots and control inputs . Consider a first order spline: in point . The nonzero terms: and . Then the function value , but it must be 12.5. I guess, the indexes should begin from 1.