<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://script.quakenet.org/wiki/index.php?action=history&amp;feed=atom&amp;title=%24onpoly</id>
	<title>$onpoly - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://script.quakenet.org/wiki/index.php?action=history&amp;feed=atom&amp;title=%24onpoly"/>
	<link rel="alternate" type="text/html" href="https://script.quakenet.org/wiki/index.php?title=$onpoly&amp;action=history"/>
	<updated>2026-06-04T03:25:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://script.quakenet.org/wiki/index.php?title=$onpoly&amp;diff=4831&amp;oldid=prev</id>
		<title>Aca20031 at 18:46, 11 May 2008</title>
		<link rel="alternate" type="text/html" href="https://script.quakenet.org/wiki/index.php?title=$onpoly&amp;diff=4831&amp;oldid=prev"/>
		<updated>2008-05-11T18:46:15Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Returns [[$true]] if the two polygons overlap. [[$false]] otherwise.&lt;br /&gt;
&lt;br /&gt;
 $onpoly(n1,n2,x,y,x,y,...)&lt;br /&gt;
&lt;br /&gt;
* n1 is the number of points in the first polygon&lt;br /&gt;
* n2 is the number of points in the second polygon&lt;br /&gt;
* The rest of the parameters are the polygon points. If n1 = 5 and n2 = 3, there must be 8 X coordinates and 8 Y coordinates&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
 $onpoly(3,3,1,1,5,5,10,0,2,2,4,4,9,0)&lt;br /&gt;
&lt;br /&gt;
Returns: [[$true]] (The two triangles overlap)&lt;br /&gt;
&lt;br /&gt;
[[Category:Picture Windows]][[Category:Text and Number Identifiers]]&lt;/div&gt;</summary>
		<author><name>Aca20031</name></author>
	</entry>
</feed>