Geometry library

Alex Gittens swiftset at gmail.com
Tue Jun 14 10:24:15 EDT 2005


The Polygon library for Python:
http://www.dezentral.de/warp.html?http://www.dezentral.de/soft/Polygon/index.html
provides some support for dealing with polygons, which seems to be the
only hard thing on this list. The rest you should be able to implement
easily.

Alex

On 6/14/05, Cyril BAZIN <cyril.bazin at gmail.com> wrote:
> Hello,
>  
>  I am looking for a geometry library for Python. 
>  I want to make some computations like: 
>   -distance between vertex and polygon, vertex and polyline, vertex and
> segment, etc
>   -if a point is inside a polygon, if a polyline intersect a polygon, etc


-- 
ChapterZero: http://tangentspace.net/cz/



More information about the Python-list mailing list