<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Determine if a point is contained within a polygon</title>
	<atom:link href="http://www.ytechie.com/2009/08/determine-if-a-point-is-contained-within-a-polygon.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ytechie.com/2009/08/determine-if-a-point-is-contained-within-a-polygon.html</link>
	<description>Productive software development using ASP.NET, C#, Adobe Flex, and other technologies and tools.</description>
	<lastBuildDate>Mon, 26 Jul 2010 02:01:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: arnav</title>
		<link>http://www.ytechie.com/2009/08/determine-if-a-point-is-contained-within-a-polygon.html/comment-page-1#comment-1697</link>
		<dc:creator>arnav</dc:creator>
		<pubDate>Thu, 04 Mar 2010 08:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/08/determine-if-a-point-is-contained-within-a-polygon.html#comment-1697</guid>
		<description>Nice post :)</description>
		<content:encoded><![CDATA[<p>Nice post <img src='http://www.ytechie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ytechie.com/2009/08/determine-if-a-point-is-contained-within-a-polygon.html/comment-page-1#comment-1595</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 23 Sep 2009 18:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/08/determine-if-a-point-is-contained-within-a-polygon.html#comment-1595</guid>
		<description>Sorry, I fixed it. It wasn&#039;t intentional. :-(</description>
		<content:encoded><![CDATA[<p>Sorry, I fixed it. It wasn&#8217;t intentional. <img src='http://www.ytechie.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alun Jones</title>
		<link>http://www.ytechie.com/2009/08/determine-if-a-point-is-contained-within-a-polygon.html/comment-page-1#comment-1594</link>
		<dc:creator>Alun Jones</dc:creator>
		<pubDate>Tue, 22 Sep 2009 18:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/08/determine-if-a-point-is-contained-within-a-polygon.html#comment-1594</guid>
		<description>This reminds me of some irritation I had while working at Microsoft - words used as variable or function names should be spelled correctly.
If I&#039;m searching for a variable which you&#039;ve told me is called &quot;vertices&quot;, I&#039;m not going to spell it &quot;verticees&quot; in my search - I won&#039;t find this code.</description>
		<content:encoded><![CDATA[<p>This reminds me of some irritation I had while working at Microsoft &#8211; words used as variable or function names should be spelled correctly.<br />
If I&#8217;m searching for a variable which you&#8217;ve told me is called &#8220;vertices&#8221;, I&#8217;m not going to spell it &#8220;verticees&#8221; in my search &#8211; I won&#8217;t find this code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Robinson</title>
		<link>http://www.ytechie.com/2009/08/determine-if-a-point-is-contained-within-a-polygon.html/comment-page-1#comment-1571</link>
		<dc:creator>Robin Robinson</dc:creator>
		<pubDate>Wed, 19 Aug 2009 16:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/08/determine-if-a-point-is-contained-within-a-polygon.html#comment-1571</guid>
		<description>I just had to do something like this. I needed to determine if a point was inside an ellipse. I tried all the fancy math formulas and then by drawing it on a white board came up if the logic that looks a lot like was you have.  My advantage was that I knew what the center value of the ellipse was.</description>
		<content:encoded><![CDATA[<p>I just had to do something like this. I needed to determine if a point was inside an ellipse. I tried all the fancy math formulas and then by drawing it on a white board came up if the logic that looks a lot like was you have.  My advantage was that I knew what the center value of the ellipse was.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop &#8211; August 19, 2009 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://www.ytechie.com/2009/08/determine-if-a-point-is-contained-within-a-polygon.html/comment-page-1#comment-1570</link>
		<dc:creator>Dew Drop &#8211; August 19, 2009 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Wed, 19 Aug 2009 12:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ytechie.com/2009/08/determine-if-a-point-is-contained-within-a-polygon.html#comment-1570</guid>
		<description>[...] Determine if a point is contained within a polygon (Jason Young) [...]</description>
		<content:encoded><![CDATA[<p>[...] Determine if a point is contained within a polygon (Jason Young) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
