B-Spline Example
B-Spline Example
Curve
Parameteric equation:
Blending function:
and
(*)
Polynomial degree: = k-1 = 2 – 1 = 1
Range of u: 0 u < ((n + 1) – (k – 1))
If nonperiodic:
Recursive process:
To compute N0,2: We need to compute N0,1 and N1,1.
To compute N1,2: We need to compute N1,1 and N2,1.
….