<?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: Visualizing the floating-point behavior of the point-on-line test</title>
	<atom:link href="http://blogs.mathworks.com/steve/2012/08/22/visualizing-the-floating-point-behavior-of-the-point-on-line-test/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/steve/2012/08/22/visualizing-the-floating-point-behavior-of-the-point-on-line-test/</link>
	<description>Steve Eddins manages the Image &#38; Geospatial development team at The MathWorks and coauthored Digital Image Processing Using MATLAB. He writes here about image processing concepts, algorithm implementations, and MATLAB.</description>
	<lastBuildDate>Wed, 19 Jun 2013 17:38:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Amro</title>
		<link>http://blogs.mathworks.com/steve/2012/08/22/visualizing-the-floating-point-behavior-of-the-point-on-line-test/#comment-24897</link>
		<dc:creator>Amro</dc:creator>
		<pubDate>Fri, 24 Aug 2012 10:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/steve/?p=652#comment-24897</guid>
		<description><![CDATA[You get slightly different results with the determinant function:


function out = floatOrient(p,q,r)
    out = sign( det([q-p;r-p]) );
end


I had something similar in my solution as well:

http://www.mathworks.com/matlabcentral/cody/problems/820-eliminate-unnecessary-polygon-vertices/solutions/110953]]></description>
		<content:encoded><![CDATA[<p>You get slightly different results with the determinant function:</p>
<p>function out = floatOrient(p,q,r)<br />
    out = sign( det([q-p;r-p]) );<br />
end</p>
<p>I had something similar in my solution as well:</p>
<p><a href="http://www.mathworks.com/matlabcentral/cody/problems/820-eliminate-unnecessary-polygon-vertices/solutions/110953" rel="nofollow">http://www.mathworks.com/matlabcentral/cody/problems/820-eliminate-unnecessary-polygon-vertices/solutions/110953</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
