NRBMODW: Modify the weights of specific control points of any NURBS map.
Calling Sequence:
nrb = nrbmodw (nrb, new_w, index);
INPUT:
nrb - NURBS map to be modified.
new_w - vector specifying the new weigths.
index - indices of the control points to be modified.
OUTPUT:
mnrb - the modified NURBS.
Copyright (C) 2015 Jacopo Corno
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