<?xml version="1.0"?>
<rdf:RDF 
	xmlns:cc="http://web.resource.org/cc/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/">

<rdf:Description rdf:about="/blog/0040_quickhull_introduction_and_php_implementation.html">

	<dc:creator>Jakob Westhoff</dc:creator>
	<dc:title>Calculate a convex hull - The QuickHull algorithm</dc:title>
	<dc:date>Wed, 21 Oct 2009 14:35:15 +0200</dc:date>
	<dc:rights>CC by-nc-sa</dc:rights>
	<dc:language>en</dc:language>
	<dc:format>text/html</dc:format>

	<dc:description>An introduction to the QuickHull algorithm to calculate convex hulls of
point sets, as well as an implementation in PHP.</dc:description>
</rdf:Description> 

<rdf:Description rdf:about="/blog/0040_quickhull_introduction_and_php_implementation.txt">

	<dc:creator>Jakob Westhoff</dc:creator>
	<dc:title>Calculate a convex hull - The QuickHull algorithm</dc:title>
	<dc:date>Wed, 21 Oct 2009 14:35:15 +0200</dc:date>
	<dc:rights>CC by-nc-sa</dc:rights>
	<dc:language>en</dc:language>
	<dc:format>text/plain</dc:format>

	<dc:description>An introduction to the QuickHull algorithm to calculate convex hulls of
point sets, as well as an implementation in PHP.</dc:description>
</rdf:Description> 

<rdf:Description rdf:about="/blog/0040_quickhull_introduction_and_php_implementation.rss">

	<dc:creator>Jakob Westhoff</dc:creator>
	<dc:title>Calculate a convex hull - The QuickHull algorithm</dc:title>
	<dc:date>Wed, 21 Oct 2009 14:35:15 +0200</dc:date>
	<dc:rights>CC by-nc-sa</dc:rights>
	<dc:language>en</dc:language>
	<dc:format>application/rss+xml</dc:format>

	<dc:description>An introduction to the QuickHull algorithm to calculate convex hulls of
point sets, as well as an implementation in PHP.</dc:description>
</rdf:Description> 

</rdf:RDF>

