Re: Voronoi diagram algorithm (Fortune’s sweepline)

Bearophile bearophileHUGS at lycos.com
Thu Jun 11 17:16:47 EDT 2009


Robert Kern:
> You can see a mild modification of Fortune's original C code here:
>
> http://svn.scipy.org/svn/scikits/trunk/delaunay/scikits/delaunay/Voro...

That's C++; C++ makes simple things hard and hard things possible :-)
In Python that code may become much shorter (and slower).

Bye,
bearophile



More information about the Python-list mailing list