<?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; geometry.asy</title>
	<atom:link href="http://www.piprime.fr/developpeur/asymptote/example-asy2d/geometry-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>Asymptote using geometry.asy &#8211; fig1170</title>
		<link>http://www.piprime.fr/659/asymptote-using-geometry_asy-fig1170/</link>
		<comments>http://www.piprime.fr/659/asymptote-using-geometry_asy-fig1170/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 00:02:13 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[geometry.asy]]></category>
		<category><![CDATA[bbox]]></category>
		<category><![CDATA[Circle]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[inversion]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[shipout]]></category>

		<guid isPermaLink="false">http://df261db47e7b06d078246dbcad553f18</guid>
		<description><![CDATA[You may view all the posts of the category "geometry.asy" (Compiled with Asymptote version 1.92svn-r4817) import geometry; size(8cm); inversion inv=inversion(1,(-4.5,0)); path g1=inv*line((-1,0),(-1,1)), g2=inv*line((1,0),(1,1)); fill(g1,lightgrey); draw(g1,linewidth(bp)); unfill(g2); draw(g2,linewidth(bp)); int n=40; for (int i=-n; i &#60;= n; ++i) { path g=inv*circle((point) (0,2*i),1); fill(g,(1-abs(i)/n)*yellow); draw(g,bp+red); draw(g,blue); } shipout(bbox(5mm,Fill(rgb(0.95,0.95,0.8)))); $(document).ready(function(){$("a#figdf261db47e7b06d078246dbcad553f18").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/659/asymptote-using-geometry_asy-fig1170/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using geometry.asy &#8211; fig1160</title>
		<link>http://www.piprime.fr/658/asymptote-using-geometry_asy-fig1160/</link>
		<comments>http://www.piprime.fr/658/asymptote-using-geometry_asy-fig1160/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 23:02:13 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[geometry.asy]]></category>
		<category><![CDATA[bbox]]></category>
		<category><![CDATA[distance]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[Point/Dot]]></category>
		<category><![CDATA[shipout]]></category>
		<category><![CDATA[triangle]]></category>

		<guid isPermaLink="false">http://a14154c31aa0c8f634e55b19d15aeae6</guid>
		<description><![CDATA[You may view all the posts of the category "geometry.asy" (Compiled with Asymptote version 2.14svn-r5318) unitsize(1cm); import geometry; point pA = (0,0); point pB = (5,0); point pC = (5,5); dot(pA^^pB^^pC); draw(pA--pB--pC--cycle); distance(Label("$x \; \mathrm{cm}$",align=S),pA,pB,3mm); distance(Label("$y \; \mathrm{cm}$",align=E),pB,pC,3mm); distance(Label("$z \; \mathrm{cm}$",align=I*dir(pA--pC)),pA,pC,-3mm); shipout(bbox(xmargin=1mm,invisible)); $(document).ready(function(){$("a#figa14154c31aa0c8f634e55b19d15aeae6").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/658/asymptote-using-geometry_asy-fig1160/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using geometry.asy &#8211; fig1150</title>
		<link>http://www.piprime.fr/657/asymptote-using-geometry_asy-fig1150/</link>
		<comments>http://www.piprime.fr/657/asymptote-using-geometry_asy-fig1150/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 22:02:13 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[geometry.asy]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[Intersection]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[triangle]]></category>

		<guid isPermaLink="false">http://27b16133df9a02c6689b4287ccb01ea9</guid>
		<description><![CDATA[You may view all the posts of the category "geometry.asy" (Compiled with Asymptote version 2.14svn-r5318) import geometry; size(8cm); // currentcoordsys=cartesiansystem((2,1),i=(1,0.5),j=(-0.25,.75)); // show(currentcoordsys); dotfactor *=1.5; triangle t=triangleabc(3,4,5); drawline(t, linewidth(bp)); label(t, alignFactor=3); line l=line((-1,-2), (1,0.5)); draw(l, 0.8*red); /* View the definition of point[] intersectionpoints(triangle,line,bool) */ dot(intersectionpoints(t,l), 0.8*red); circle C=2*circle(t); draw(C, 0.8*blue); /* View the definition of point[] [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/657/asymptote-using-geometry_asy-fig1150/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using geometry.asy &#8211; fig1140</title>
		<link>http://www.piprime.fr/656/asymptote-using-geometry_asy-fig1140/</link>
		<comments>http://www.piprime.fr/656/asymptote-using-geometry_asy-fig1140/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 21:02:13 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[geometry.asy]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[Markers]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[triangle]]></category>

		<guid isPermaLink="false">http://0d67d800ee7607761d99ebad30c188c9</guid>
		<description><![CDATA[You may view all the posts of the category "geometry.asy" (Compiled with Asymptote version 2.14svn-r5318) import geometry; size(8cm,0); // currentcoordsys=cartesiansystem((2,1),i=(1,0.5),j=(-0.25,0.75)); // show(currentcoordsys); triangle t=rotate(-20)*triangle((-1,0), (2,0), (0,2)); drawline(t, linewidth(bp)); label(t, alignAngle=90, alignFactor=2); /* View the definition of point incenter(triangle) */ point incenter=incenter(t); line ba=bisector(t.VA); draw(ba, blue); markangle((line) t.AB, (line) t.AC,StickIntervalMarker(i=2,n=1)); line bb=bisector(t.VB); draw(bb, blue); markangle((line) t.BC, [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/656/asymptote-using-geometry_asy-fig1140/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using geometry.asy &#8211; fig1130</title>
		<link>http://www.piprime.fr/655/asymptote-using-geometry_asy-fig1130/</link>
		<comments>http://www.piprime.fr/655/asymptote-using-geometry_asy-fig1130/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 20:02:13 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[geometry.asy]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[Markers]]></category>
		<category><![CDATA[perpendicular]]></category>
		<category><![CDATA[Transform]]></category>
		<category><![CDATA[triangle]]></category>

		<guid isPermaLink="false">http://7cb2e03861f3093017c808f3bbfbd10f</guid>
		<description><![CDATA[You may view all the posts of the category "geometry.asy" (Compiled with Asymptote version 2.14svn-r5318) import geometry; size(8cm,0); // currentcoordsys=cartesiansystem((2,1),i=(1,0.5),j=(-0.25,0.75)); // show(currentcoordsys); triangle t=rotate(-20)*triangle((-1,0), (2,0), (0,2)); drawline(t, linewidth(bp)); label(t,alignFactor=4); line bab=bisector(t.AB); draw(bab, blue); perpendicularmark(t.AB,bab,quarter=4); line bac=bisector(t.AC); draw(bac, blue); perpendicularmark(t.AC,bac,quarter=4); line bbc=bisector(t.BC); draw(bbc, blue); perpendicularmark(t.BC,bbc,quarter=4); $(document).ready(function(){$("a#fig7cb2e03861f3093017c808f3bbfbd10f").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/655/asymptote-using-geometry_asy-fig1130/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using geometry.asy &#8211; fig1120</title>
		<link>http://www.piprime.fr/654/asymptote-using-geometry_asy-fig1120/</link>
		<comments>http://www.piprime.fr/654/asymptote-using-geometry_asy-fig1120/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 19:02:13 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[geometry.asy]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[Label]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[Markers]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[triangle]]></category>

		<guid isPermaLink="false">http://21ed844468c2f52f9df0fbd3d1a64db6</guid>
		<description><![CDATA[You may view all the posts of the category "geometry.asy" (Compiled with Asymptote version 2.14svn-r5318) import geometry; size(10cm,0); // currentcoordsys=cartesiansystem((2,1),i=(1,0.5),j=(-0.25,0.75)); // show(currentcoordsys); triangle t=triangle((-1,0), (2,0), (0,2)); drawline(t, linewidth(bp)); label(t,alignFactor=2, alignAngle=90); /* View the definition of triangle symmedial(triangle) */ triangle st=symmedial(t); draw(st, bp+0.8green); label("$A'$", "$B'$", "$C'$", st, alignAngle=45, 0.8green); /* View the definition of line median(vertex) [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/654/asymptote-using-geometry_asy-fig1120/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using geometry.asy &#8211; fig1110</title>
		<link>http://www.piprime.fr/653/asymptote-using-geometry_asy-fig1110/</link>
		<comments>http://www.piprime.fr/653/asymptote-using-geometry_asy-fig1110/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 18:02:13 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[geometry.asy]]></category>
		<category><![CDATA[Circle]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[Label]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[tangent]]></category>
		<category><![CDATA[triangle]]></category>

		<guid isPermaLink="false">http://5580c592f40c9be02a453850eb88bba2</guid>
		<description><![CDATA[You may view all the posts of the category "geometry.asy" (Compiled with Asymptote version 2.14svn-r5318) import geometry; size(10cm,0); // currentcoordsys=cartesiansystem((2,1),i=(1,0.5),j=(-0.25,0.75)); // show(currentcoordsys); triangle t=triangle((-1,0), (2,0), (0,2)); /* View the definition of void drawline(picture,triangle,pen) */ drawline(t, linewidth(bp)); /* View the definition of void label(picture,Label,Label,Label,triangle,real,real,pen,filltype) */ label(t,alignFactor=4); /* View the definition of circle circle(triangle) */ circle cc=circle(t); [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/653/asymptote-using-geometry_asy-fig1110/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using geometry.asy &#8211; fig1100</title>
		<link>http://www.piprime.fr/652/asymptote-using-geometry_asy-fig1100/</link>
		<comments>http://www.piprime.fr/652/asymptote-using-geometry_asy-fig1100/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 17:02:13 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[geometry.asy]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[Label]]></category>
		<category><![CDATA[Markers]]></category>
		<category><![CDATA[segment]]></category>
		<category><![CDATA[triangle]]></category>

		<guid isPermaLink="false">http://58654d44b8bbd540ba8e4c3065347d6a</guid>
		<description><![CDATA[You may view all the posts of the category "geometry.asy" (Compiled with Asymptote version 2.14svn-r5318) import geometry; size(10cm,0); // currentcoordsys=cartesiansystem((2,1),i=(1,0.5),j=(-0.25,0.75)); // show(currentcoordsys); triangle t=triangle((-1,0), (2,0), (0,2)); drawline(t, linewidth(bp)); /* View the definition of void label(picture,Label,Label,Label,triangle,real,real,pen,filltype) */ label(t, alignFactor=4); /* View the definition of triangle anticomplementary(triangle) */ triangle at=anticomplementary(t); draw(at, bp+0.8green); label("$A'$", "$B'$", "$C'$", at, blue); [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/652/asymptote-using-geometry_asy-fig1100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using geometry.asy &#8211; fig1090</title>
		<link>http://www.piprime.fr/651/asymptote-using-geometry_asy-fig1090/</link>
		<comments>http://www.piprime.fr/651/asymptote-using-geometry_asy-fig1090/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 16:02:13 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[geometry.asy]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[Markers]]></category>
		<category><![CDATA[triangle]]></category>

		<guid isPermaLink="false">http://9fc452db09d12dfde7727c5d58b7cc1f</guid>
		<description><![CDATA[You may view all the posts of the category "geometry.asy" (Compiled with Asymptote version 2.14svn-r5318) import geometry; size(10cm); // currentcoordsys=cartesiansystem((2,1),i=(1,0.5),j=(-0.25,.75)); // show(currentcoordsys); /* View the definition of triangle triangleAbc(real,real,real,real,point) */ triangle t=triangleAbc(60,3,5,angle=90); show(Lb="3", Lc="5",t); markangle("$60^\circ$",t.B,t.A,t.C); $(document).ready(function(){$("a#fig9fc452db09d12dfde7727c5d58b7cc1f").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/651/asymptote-using-geometry_asy-fig1090/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using geometry.asy &#8211; fig1080</title>
		<link>http://www.piprime.fr/650/asymptote-using-geometry_asy-fig1080/</link>
		<comments>http://www.piprime.fr/650/asymptote-using-geometry_asy-fig1080/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 15:02:13 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 2D]]></category>
		<category><![CDATA[geometry.asy]]></category>
		<category><![CDATA[Geometry]]></category>
		<category><![CDATA[triangle]]></category>

		<guid isPermaLink="false">http://419eed92fb42d74235b6d6865466b6e3</guid>
		<description><![CDATA[You may view all the posts of the category "geometry.asy" (Compiled with Asymptote version 2.14svn-r5318) import geometry; size(10cm); // currentcoordsys=cartesiansystem((2,1),i=(1,0.5),j=(-0.25,.75)); // show(currentcoordsys); /* View the definition of triangle triangleabc(real,real,real,real,point) */ triangle t=triangleabc(3,4,5); /* View the definition of void show(picture,Label,Label,Label,Label,Label,Label,triangle,pen,filltype) */ show(La="3", Lb="4", Lc="5",t); $(document).ready(function(){$("a#fig419eed92fb42d74235b6d6865466b6e3").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/650/asymptote-using-geometry_asy-fig1080/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

