$onpoly » History » Version 1
Per Amundsen, 08/16/2014 01:44 AM
1 | 1 | Per Amundsen | _Added in 1.9.4_ |
---|---|---|---|
2 | |||
3 | *$onpoly(n1,n2,x,y,x,y,...)* |
||
4 | |||
5 | Returns [[$true]] if two polygons overlap, else [[$false]]. |
||
6 | |||
7 | *Parameters* |
||
8 | |||
9 | n1 - Number of points in the first polygon. |
||
10 | n2 - Number of points in the second polygon. |
||
11 | x - First x coordinate. |
||
12 | y - First y coordinate. |
||
13 | x - Second x coordinate. |
||
14 | y - Second y coordinate. |
||
15 | ... - Additional coordinates. |