BSPKNTINS: Insert knots into a B-Spline
Calling Sequence:
[ic,ik] = bspkntins(d,c,k,u)
INPUT:
d - spline degree integer
c - control points double matrix(mc,nc)
k - knot sequence double vector(nk)
u - new knots double vector(nu)
OUTPUT:
ic - new control points double matrix(mc,nc+nu)
ik - new knot sequence double vector(nk+nu)
Modified version of Algorithm A5.4 from 'The NURBS BOOK' pg164.
Copyright (C) 2000 Mark Spink, 2007 Daniel Claxton, 2010-2016 Rafael Vazquez
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Package: nurbs