To find a point inside a polygon

David Yeung dyeung at ust.hk
Wed Jan 26 10:09:42 EST 2000


Does anyone know if any python implementation for finding whether a point
is inside a polygon? E.g., by giving a point(x,y) and an array of polygon's
points (x0,y0,x1,y1,x2,y2,...), it returns true or false to tell if the 
given (x,y) is inside the polygon.

Thanks

david



More information about the Python-list mailing list