msteinbeck / tinyspline

ANSI C library for NURBS, B-Splines, and Bézier curves with interfaces for C++, C#, D, Go, Java, Javascript, Lua, Octave, PHP, Python, R, and Ruby.
MIT License
1.2k stars 208 forks source link

Knot Removal #11

Open msteinbeck opened 9 years ago

msteinbeck commented 9 years ago

tesi-chieppa.pdf page 39 (section 2.6): Standard knot removal. Maybe this equations are applicable.

msteinbeck commented 6 years ago

Another very good reference for knot removal is available at:

The Nurbs Book (2nd edition), page 179 (section 5.4)