Uniform b-splines.js and polynom representation
- Additional knots edit list X to add more knots.
- Edit knots by selection slider j to move with mouse pointer
- Red curve is geneated by javascript with input knots (list X), knot vector, degree degree == 2,3
- blue curve has a polynom representation b123 b234 ... b456 (degree 2) b1234 .. b3456 (degree 3) according to a standard knot vector [0,1,2,3,..,n].
- Generator script for Polynom CURVE3/CURVE2