$onpoly » History » Revision 2
Revision 1 (Per Amundsen, 08/16/2014 01:44 AM) → Revision 2/3 (Per Amundsen, 08/10/2015 09:17 AM)
_Added in 1.9.4_ *$onpoly(n1,n2,x,y,x,y,...)* Returns [[$true]] if two polygons overlap, otherwise 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.