Geometric Utilities4.207 | Tutorials and Sampleswrite requests to: takehiko@mit.edu last revised : 10/5/06 LISPLOADER© Set Up |
|
(c:demo)
(point-in-polygon x y point_list)
(point-in-polygon 5 10 '( (0 0) (10 0) (10 10) (0 20) ) )