CVTUPDATE Update germs of a CVT with given points.

   G2 = cvtUpdate(G, PTS)
   G: inital germs 
   PTS: the points

   Example
   G = randPointDiscUnif(50);
   P = randPointDiscUnif(10000);
   G2 = cvtUpdate(G, P);

   See also


   Rewritten from programs found in
   http://people.scs.fsu.edu/~burkardt/m_src/cvt/cvt.html

  Reference:
    Qiang Du, Vance Faber, and Max Gunzburger,
    Centroidal Voronoi Tessellations: Applications and Algorithms,
    SIAM Review, Volume 41, 1999, pages 637-676.

Package: matgeom