To find a point inside a polygon
David Yeung
dyeung at ust.hk
Wed Jan 26 10:09:42 EST 2000
More information about the Python-list mailing list
Wed Jan 26 10:09:42 EST 2000
- Previous message (by thread): To find a point inside a polygon
- Next message (by thread): To find a point inside a polygon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): To find a point inside a polygon
- Next message (by thread): To find a point inside a polygon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list