<?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>PIPRIME.FR &#187; hull_pi.asy</title>
	<atom:link href="http://www.piprime.fr/developpeur/asymptote/unofficial-packages-asy/hull_pi_asy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.piprime.fr</link>
	<description>Administrateur-Développeur GNU/Linux-WEB</description>
	<lastBuildDate>Thu, 22 Dec 2011 12:55:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Unofficial package hull_pi.asy &#8211; fig0040</title>
		<link>http://www.piprime.fr/926/hull_pi_asy-fig0040/</link>
		<comments>http://www.piprime.fr/926/hull_pi_asy-fig0040/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 19:09:16 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[hull_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Numerical Methods]]></category>

		<guid isPermaLink="false">http://24f6301097a7adbc46299bd548776bff</guid>
		<description><![CDATA[You may view all the posts of the category "hull_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import hull_pi; import stats; size(10cm); pair[] cloud; int nbpt=15; int depthMax=3; // Generate random points. for (int i=0; i &#60; nbpt; ++i) cloud.push((10*unitrand(),10*unitrand())); ////////// WHITE PART: pivot automaticly computed ////////// pair[] hull=hull(cloud,depthMin=0,depthMax=depthMax,angleMin=0,angleMax=360); draw(polygon(hull),2mm+white); // ////////// RED PART: pivot=1 ////////// pair[] [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/926/hull_pi_asy-fig0040/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package hull_pi.asy &#8211; fig0030</title>
		<link>http://www.piprime.fr/925/hull_pi_asy-fig0030/</link>
		<comments>http://www.piprime.fr/925/hull_pi_asy-fig0030/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 18:09:16 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[hull_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>
		<category><![CDATA[Numerical Methods]]></category>

		<guid isPermaLink="false">http://6efb4e8aa2a2795ce1f7981097211a11</guid>
		<description><![CDATA[You may view all the posts of the category "hull_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import hull_pi; import stats; size(10cm); pair[] cloud; int nbpt=200; // Generate random points. for (int i=0; i &#60; nbpt; ++i) cloud.push((10*unitrand(),10*unitrand())); ////////// GREY PART: depthMax=1 ////////// pair[] hull=hull(cloud,depthMin=0,depthMax=1,angleMin=0,angleMax=360); filldraw(polygon(hull),lightgrey); ////////// YELLOW PART: depthMax=2 ////////// pair[] hull=hull(cloud,depthMin=0,depthMax=2,angleMin=0,angleMax=360); filldraw(polygon(hull),lightyellow); ////////// BLUE PART: [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/925/hull_pi_asy-fig0030/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package hull_pi.asy &#8211; fig0020</title>
		<link>http://www.piprime.fr/924/hull_pi_asy-fig0020/</link>
		<comments>http://www.piprime.fr/924/hull_pi_asy-fig0020/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 17:09:16 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[hull_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>

		<guid isPermaLink="false">http://faba933ff81f013a50a6e43533fa686c</guid>
		<description><![CDATA[You may view all the posts of the category "hull_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import hull_pi; import stats; size(10cm); pair[] cloud; int nbpt=200; // Generate random points. for (int i=0; i &#60; nbpt; ++i) cloud.push((10*unitrand(),10*unitrand())); ////////// GREY PART: angleMin=90 ////////// pair[] hull=hull(cloud,depthMin=0,depthMax=infinity,angleMin=90,angleMax=360); filldraw(polygon(hull),lightgrey); ////////// YELLOW PART: angleMin=45 ////////// pair[] hull=hull(cloud,depthMin=0,depthMax=infinity,angleMin=45,angleMax=360); filldraw(polygon(hull),lightyellow); ////////// BLUE PART: [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/924/hull_pi_asy-fig0020/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unofficial package hull_pi.asy &#8211; fig0010</title>
		<link>http://www.piprime.fr/923/hull_pi_asy-fig0010/</link>
		<comments>http://www.piprime.fr/923/hull_pi_asy-fig0010/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 16:09:16 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[hull_pi.asy]]></category>
		<category><![CDATA[Unofficial packages]]></category>

		<guid isPermaLink="false">http://915300acbc6327e9a139dc91bdbdd369</guid>
		<description><![CDATA[You may view all the posts of the category "hull_pi.asy" (Compiled with Asymptote version 2.14svn-r5318) import hull_pi; import stats; size(10cm); pair[] cloud; int nbpt=200; // Generate random points. for (int i=0; i &#60; nbpt; ++i) cloud.push((10*unitrand(),10*unitrand())); // Nodes of the hull (here convex hull); /* View the definition of pair[] hull(pair[],real,real,real,real,int) */ pair[] hull=hull(cloud); /* [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/923/hull_pi_asy-fig0010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

