BSPDEGELEV:  Degree elevate a univariate B-Spline. 
 
 Calling Sequence:
 
   [ic,ik] = bspdegelev(d,c,k,t)
 
   INPUT:
 
   d - Degree of the B-Spline.
   c - Control points, matrix of size (dim,nc).
   k - Knot sequence, row vector of size nk.
   t - Raise the B-Spline degree t times.
 
   OUTPUT:

   ic - Control points of the new B-Spline. 
   ik - Knot vector of the new B-Spline.
 
    Copyright (C) 2000 Mark Spink, 2007 Daniel Claxton

    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