<?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: A quick note on line and segment intersection (as3)</title>
	<atom:link href="http://blog.controul.com/2009/05/line-segment-intersection/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.controul.com/2009/05/line-segment-intersection/</link>
	<description>Elaborations on flash.</description>
	<lastBuildDate>Tue, 27 Jul 2010 09:31:06 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: hristo</title>
		<link>http://blog.controul.com/2009/05/line-segment-intersection/comment-page-1/#comment-230</link>
		<dc:creator>hristo</dc:creator>
		<pubDate>Thu, 17 Jun 2010 10:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.controul.com/?p=292#comment-230</guid>
		<description>Hey Jack,
I see your point - I&#039;ll look into it when I have some time, but sounds like bigtime rounding errors.
What sort of app runs into this kind of trouble ???? :)
Thanks for the comment</description>
		<content:encoded><![CDATA[<p>Hey Jack,<br />
I see your point &#8211; I&#8217;ll look into it when I have some time, but sounds like bigtime rounding errors.<br />
What sort of app runs into this kind of trouble ???? :)<br />
Thanks for the comment</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://blog.controul.com/2009/05/line-segment-intersection/comment-page-1/#comment-202</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Fri, 28 May 2010 05:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.controul.com/?p=292#comment-202</guid>
		<description>nice function! I&#039;ve used it in my application, and found a small bug with (almost) horizontal and vertical line segments:

where
A = (3.0999999999999996, 3.1499999999999995)
B = (5, 3.15)

E = (3.1499999999999995, 5.8500000000000005)
F = (3.1499999999999995, 3.0999999999999996)

and
ip = (3.1499999999999995, 3.149999999999999)

this line executes and returns null:
if ( ( A.y &lt; B.y ) ? ip.y &lt;A&gt; B.y : ip.y &gt; A.y &#124;&#124; ip.y &lt;B&gt; A.y</description>
		<content:encoded><![CDATA[<p>nice function! I&#8217;ve used it in my application, and found a small bug with (almost) horizontal and vertical line segments:</p>
<p>where<br />
A = (3.0999999999999996, 3.1499999999999995)<br />
B = (5, 3.15)</p>
<p>E = (3.1499999999999995, 5.8500000000000005)<br />
F = (3.1499999999999995, 3.0999999999999996)</p>
<p>and<br />
ip = (3.1499999999999995, 3.149999999999999)</p>
<p>this line executes and returns null:<br />
if ( ( A.y &lt; B.y ) ? ip.y <a> B.y : ip.y &gt; A.y || ip.y <b> A.y</b></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathieu Gosselin</title>
		<link>http://blog.controul.com/2009/05/line-segment-intersection/comment-page-1/#comment-98</link>
		<dc:creator>Mathieu Gosselin</dc:creator>
		<pubDate>Sun, 06 Sep 2009 11:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.controul.com/?p=292#comment-98</guid>
		<description>Great!
You can&#039;t know how useful it is to me! ;-)</description>
		<content:encoded><![CDATA[<p>Great!<br />
You can&#8217;t know how useful it is to me! ;-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
