On Sat, 8 Oct 2005, Shi Mu wrote:

> is there any Python code for spatial tessellation?

Are you looking for code to generate voronoi diagrams?

    http://en.wikipedia.org/wiki/Voronoi_diagram

>From initial Google searches, it appears that there is a package called
Qhull that pepole use to do Voronoi tesselations.

    http://www.qhull.org/

and Chris Myers has written a module around Qhull:

    http://www.tc.cornell.edu/~myers/PyXL/


Otherwise, I don't think we at Tutor can help you that much; you may want
to ask on a more math-oriented forum.  Good luck to you!


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to