Actions
$onpoly » History » Revision 1
Revision 1/3
| Next »
Per Amundsen, 08/16/2014 01:44 AM
Added in 1.9.4
$onpoly(n1,n2,x,y,x,y,...)
Returns $true if two polygons overlap, else $false.
Parameters
n1 - Number of points in the first polygon.
n2 - Number of points in the second polygon.
x - First x coordinate.
y - First y coordinate.
x - Second x coordinate.
y - Second y coordinate.
... - Additional coordinates.
Updated by Per Amundsen over 10 years ago · 1 revisions