<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>alecmce.com &#187; fp10</title>
	<atom:link href="http://alecmce.com/tag/fp10/feed" rel="self" type="application/rss+xml" />
	<link>http://alecmce.com</link>
	<description></description>
	<lastBuildDate>Thu, 10 Nov 2011 21:56:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Voronoi Diagrams &#8211; as3voronoi v.0.2</title>
		<link>http://alecmce.com/as3/as3voronoi-v-0-2</link>
		<comments>http://alecmce.com/as3/as3voronoi-v-0-2#comments</comments>
		<pubDate>Thu, 27 Aug 2009 22:11:05 +0000</pubDate>
		<dc:creator>alecmce</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[delaunay]]></category>
		<category><![CDATA[fp10]]></category>
		<category><![CDATA[voronoi]]></category>

		<guid isPermaLink="false">http://alecmce.com/?p=301</guid>
		<description><![CDATA[I have just posted an update for the as3voronoi library, which I started writing for a pet project of mine, after I became annoyed by the lack of a good open-source library!. Here is a Delaunay Triangulation, generated by this class: Here is an incomplete Voronoi Triangulation, generated by this class. It is a first [...]]]></description>
			<content:encoded><![CDATA[<p>I have just posted an update for the <a href="http://code.google.com/p/as3voronoi/">as3voronoi library</a>, which I started writing for a pet project of mine, after <a href="http://alecmce.com/as3/clean-code-in-as3">I became annoyed by the lack of a good open-source library!</a>.</p>
<p>Here is a Delaunay Triangulation, generated by <a href="http://code.google.com/p/as3voronoi/source/browse/trunk/test/DelaunayTriangulationUITest.as">this class</a>:</p>
<div style="text-align: center;">

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="swfobj_0" width="640" height="480">
      <param name="movie" value="http://www.alecmce.com.php5-16.dfw1-1.websitetestlink.com/wp-content/uploads/2009/08/DelaunayTriangulationUITest1.swf" />
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="http://www.alecmce.com.php5-16.dfw1-1.websitetestlink.com/wp-content/uploads/2009/08/DelaunayTriangulationUITest1.swf" width="640" height="480">
      <!--<![endif]-->
        
      <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>

</div>
<p>Here is an incomplete Voronoi Triangulation, generated by <a href="http://code.google.com/p/as3voronoi/source/browse/trunk/test/VoronoiTriangulationUITest.as">this class</a>. It is a first pass because it does not yet handle the closure of the loci of points at the extremities of the point cluster:</p>
<p>A stable working version of the Voronoi tessellation will appear here soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://alecmce.com/as3/as3voronoi-v-0-2/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

