Project

General

Profile

Actions

$onpoly » History » Revision 2

« Previous | Revision 2/3 (diff) | Next »
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 $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 8 years ago · 2 revisions

Also available in: PDF HTML TXT