<?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; solids.asy</title>
	<atom:link href="http://www.piprime.fr/developpeur/asymptote/examples-asy3d/solids-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 solids.asy &#8211; fig0150</title>
		<link>http://www.piprime.fr/766/asymptote-using-solids_asy-fig0150/</link>
		<comments>http://www.piprime.fr/766/asymptote-using-solids_asy-fig0150/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 14:56:35 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 3D]]></category>
		<category><![CDATA[solids.asy]]></category>
		<category><![CDATA[Polyhedron]]></category>
		<category><![CDATA[Solid]]></category>
		<category><![CDATA[surface]]></category>

		<guid isPermaLink="false">http://8183de31638ad979954fbb40e97009b9</guid>
		<description><![CDATA[You may view all the posts of the category "solids.asy" (Compiled with Asymptote version 2.14svn-r5318) /* Author: Jens Schwaiger With its pleasant authorization. */ // PRC/OpenGL version size(10cm,0); import graph3; currentprojection=orthographic(10,3,-2); // currentlight=nolight; guide achteck=polygon(8); real lge=length(point(achteck,1)-point(achteck,0)); int n=8; guide3[] sq; guide3[] tr; triple a,b,c,d; a=(point(achteck,0).x,point(achteck,0).y,-lge/2); b=(point(achteck,1).x,point(achteck,1).y,-lge/2); c=(point(achteck,1).x,point(achteck,1).y,lge/2); d=(point(achteck,0).x,point(achteck,0).y,lge/2); sq[0]=a--b--c--d--cycle; for(int i=1;i&#60;n;i=i+1) sq[i]=rotate(45*i,Z)*sq[0]; for(int i=0;i&#60;3;i=i+1) [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/766/asymptote-using-solids_asy-fig0150/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using solids.asy &#8211; fig0140</title>
		<link>http://www.piprime.fr/765/asymptote-using-solids_asy-fig0140/</link>
		<comments>http://www.piprime.fr/765/asymptote-using-solids_asy-fig0140/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 13:56:35 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 3D]]></category>
		<category><![CDATA[solids.asy]]></category>
		<category><![CDATA[Polyhedron]]></category>
		<category><![CDATA[Solid]]></category>
		<category><![CDATA[surface]]></category>

		<guid isPermaLink="false">http://860d40357b6e2c3fffa11747a13a945c</guid>
		<description><![CDATA[You may view all the posts of the category "solids.asy" (Compiled with Asymptote version 2.14svn-r5318) /* Author: Jens Schwaiger With its pleasant authorization. */ size(10cm,0); import bsp; currentprojection=perspective(10,3,-2); guide achteck=polygon(8); real lge=length(point(achteck,1)-point(achteck,0)); int n=8; face[] faces; guide3[] sq; guide3[] tr; triple a,b,c,d; a=(point(achteck,0).x,point(achteck,0).y,-lge/2); b=(point(achteck,1).x,point(achteck,1).y,-lge/2); c=(point(achteck,1).x,point(achteck,1).y,lge/2); d=(point(achteck,0).x,point(achteck,0).y,lge/2); sq[0]=a--b--c--d--cycle; for(int i=1;i&#60;n;i=i+1) sq[i]=rotate(45*i,Z)*sq[0]; for(int i=0;i&#60;3;i=i+1) sq[n+i]=rotate(90,Y)*sq[i]; for(int i=4;i&#60;7;i=i+1) [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/765/asymptote-using-solids_asy-fig0140/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using solids.asy &#8211; fig0130</title>
		<link>http://www.piprime.fr/764/asymptote-using-solids_asy-fig0130/</link>
		<comments>http://www.piprime.fr/764/asymptote-using-solids_asy-fig0130/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 12:56:35 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 3D]]></category>
		<category><![CDATA[solids.asy]]></category>
		<category><![CDATA[label (3D)]]></category>
		<category><![CDATA[Projection (3D)]]></category>
		<category><![CDATA[Revolution]]></category>
		<category><![CDATA[Solid]]></category>
		<category><![CDATA[Transform (3D)]]></category>

		<guid isPermaLink="false">http://db9f54946263ac573f9000d2bbae538a</guid>
		<description><![CDATA[You may view all the posts of the category "solids.asy" (Compiled with Asymptote version 2.14svn-r5318) import solids; size(8cm,0); currentprojection=orthographic((2, 1, 2)); revolution r=cylinder((0, 0, 0), 1, -10, X); draw(r); draw("$x$",O--X,Arrow3); draw("$y$",O--Y,Arrow3); draw("$z$",O--Z,Arrow3); label(XY()*(scale(2.5)*"This is not a cylinder"), (-5,0,1), align=Z); $(document).ready(function(){$("a#figdb9f54946263ac573f9000d2bbae538a").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/764/asymptote-using-solids_asy-fig0130/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using solids.asy &#8211; fig0120</title>
		<link>http://www.piprime.fr/763/asymptote-using-solids_asy-fig0120/</link>
		<comments>http://www.piprime.fr/763/asymptote-using-solids_asy-fig0120/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 11:56:35 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 3D]]></category>
		<category><![CDATA[solids.asy]]></category>
		<category><![CDATA[Intersection]]></category>
		<category><![CDATA[Markers]]></category>
		<category><![CDATA[Revolution]]></category>
		<category><![CDATA[Solid]]></category>
		<category><![CDATA[Wire frame]]></category>

		<guid isPermaLink="false">http://dc76b698e1a7c1b51a3a3015bc17873e</guid>
		<description><![CDATA[You may view all the posts of the category "solids.asy" (Compiled with Asymptote version 2.14svn-r5318) import solids; size(10cm,0); currentprojection=orthographic(-50,100,40); //Draw right angle (MA,MB) in 3D void drawrightangle(picture pic=currentpicture, triple M, triple A, triple B, real radius=0, pen p=currentpen, pen fillpen=nullpen, projection P=currentprojection) { p=linejoin(0)+linecap(0)+p; if (radius==0) radius=arrowfactor*sqrt(2); transform3 T=shift(-M); triple OA=radius/sqrt(2)*unit(T*A), OB=radius/sqrt(2)*unit(T*B), OC=OA+OB; path3 _p=OA--OC--OB; [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/763/asymptote-using-solids_asy-fig0120/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using solids.asy &#8211; fig0110</title>
		<link>http://www.piprime.fr/762/asymptote-using-solids_asy-fig0110/</link>
		<comments>http://www.piprime.fr/762/asymptote-using-solids_asy-fig0110/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 10:56:35 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 3D]]></category>
		<category><![CDATA[solids.asy]]></category>
		<category><![CDATA[Revolution]]></category>
		<category><![CDATA[Solid]]></category>
		<category><![CDATA[Sphere]]></category>
		<category><![CDATA[Wire frame]]></category>

		<guid isPermaLink="false">http://838f8e85fcf731c9e20795b5c128d7b6</guid>
		<description><![CDATA[You may view all the posts of the category "solids.asy" (Compiled with Asymptote version 2.14svn-r5318) import solids; unitsize(4cm); currentprojection=orthographic(2,2,1); draw(cylinder(c=(0,0,-1.5),r=1,h=3), m=3); draw(sphere(r=1), m=2, frontpen=defaultbackpen); $(document).ready(function(){$("a#fig838f8e85fcf731c9e20795b5c128d7b6").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/762/asymptote-using-solids_asy-fig0110/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using solids.asy &#8211; fig0100</title>
		<link>http://www.piprime.fr/761/asymptote-using-solids_asy-fig0100/</link>
		<comments>http://www.piprime.fr/761/asymptote-using-solids_asy-fig0100/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 09:56:35 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 3D]]></category>
		<category><![CDATA[solids.asy]]></category>
		<category><![CDATA[Revolution]]></category>
		<category><![CDATA[Solid]]></category>
		<category><![CDATA[surface]]></category>
		<category><![CDATA[Wire frame]]></category>

		<guid isPermaLink="false">http://461449de6c4de1f7171042a5e9ba4ee2</guid>
		<description><![CDATA[You may view all the posts of the category "solids.asy" (Compiled with Asymptote version 2.14svn-r5318) unitsize(1cm); import solids; currentprojection=orthographic(0,100,25); real r=4, h=7; triple O=(0,0,0); triple Oprime=(0,0,3); triple pS=(0,0,h); triple pA=(r*sqrt(2)/2,r*sqrt(2)/2,0); revolution rC=cone(O,r,h,axis=Z,n=1); draw(surface(rC),blue+opacity(0.5)); skeleton s; real tOprime=abs(Oprime)/h; rC.transverse(s,reltime(rC.g,tOprime)); triple pAprime=relpoint(pA--pS,tOprime); draw(s.transverse.back,dashed); draw(s.transverse.front); label("$S$",pS,N); dot(Label("$O$",align=SE),O); dot(Label("$O'$",align=SE),Oprime); dot(Label("$A$",align=Z),pA); dot(Label("$A'$",align=Z),pAprime); draw(pS--O^^O--pA^^Oprime--pAprime,dashed); $(document).ready(function(){$("a#fig461449de6c4de1f7171042a5e9ba4ee2").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/761/asymptote-using-solids_asy-fig0100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using solids.asy &#8211; fig0090</title>
		<link>http://www.piprime.fr/760/asymptote-using-solids_asy-fig0090/</link>
		<comments>http://www.piprime.fr/760/asymptote-using-solids_asy-fig0090/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 08:56:35 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 3D]]></category>
		<category><![CDATA[solids.asy]]></category>
		<category><![CDATA[arc (3D)]]></category>
		<category><![CDATA[Markers]]></category>
		<category><![CDATA[Revolution]]></category>
		<category><![CDATA[Solid]]></category>
		<category><![CDATA[Sphere]]></category>
		<category><![CDATA[surface]]></category>

		<guid isPermaLink="false">http://6e7d994759edf3580a0db6d0fc6c909d</guid>
		<description><![CDATA[You may view all the posts of the category "solids.asy" (Compiled with Asymptote version 2.14svn-r5318) size(8cm,0); import solids; import graph3; //Draw 3D right angle (MA,MB) void drawrightangle(picture pic=currentpicture, triple M, triple A, triple B, real radius=0, pen p=currentpen, pen fillpen=nullpen, projection P=currentprojection) { p=linejoin(0)+linecap(0)+p; if (radius==0) radius=arrowfactor*sqrt(2); transform3 T=shift(-M); triple OA=radius/sqrt(2)*unit(T*A), OB=radius/sqrt(2)*unit(T*B), OC=OA+OB; path3 tp=OA--OC--OB; [...]]]></description>
		<wfw:commentRss>http://www.piprime.fr/760/asymptote-using-solids_asy-fig0090/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using solids.asy &#8211; fig0080</title>
		<link>http://www.piprime.fr/759/asymptote-using-solids_asy-fig0080/</link>
		<comments>http://www.piprime.fr/759/asymptote-using-solids_asy-fig0080/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 07:56:35 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 3D]]></category>
		<category><![CDATA[solids.asy]]></category>
		<category><![CDATA[palette]]></category>
		<category><![CDATA[plane]]></category>
		<category><![CDATA[Projection (3D)]]></category>
		<category><![CDATA[Shading (3D)]]></category>
		<category><![CDATA[Solid]]></category>
		<category><![CDATA[surface]]></category>
		<category><![CDATA[Transform (3D)]]></category>

		<guid isPermaLink="false">http://06b92f4d1076124527fbcb2a44bddf53</guid>
		<description><![CDATA[You may view all the posts of the category "solids.asy" (Compiled with Asymptote version 2.14svn-r5318) import solids; import palette; size(14cm,0); currentlight=light(gray(0.4),specularfactor=3,viewport=false, (-0.5,-0.25,0.45), (0.5,-0.5,0.5),(0.5,0.5,0.75)); nslice=4*nslice; surface s=surface(sphere(O,1)); draw(s,lightgrey); path3 pl=plane((1,0,0),(0,1,0),(0,0,-1)); surface pls=shift(3,3,-1e-3)*scale(-6,-6,1)*surface(pl); draw(pls,0.7*red); real dist(triple z){return abs(z-Z);} surface shade; for (int i=0; i &#60; currentlight.position.length; ++i) { shade=planeproject(pl,currentlight.position[i])*s; draw(shade,mean(palette((shade.map(dist)), Gradient(black,gray(0.6)))), nolight); } $(document).ready(function(){$("a#fig06b92f4d1076124527fbcb2a44bddf53").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/759/asymptote-using-solids_asy-fig0080/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using solids.asy &#8211; fig0070</title>
		<link>http://www.piprime.fr/758/asymptote-using-solids_asy-fig0070/</link>
		<comments>http://www.piprime.fr/758/asymptote-using-solids_asy-fig0070/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 06:56:35 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 3D]]></category>
		<category><![CDATA[solids.asy]]></category>
		<category><![CDATA[draw (3D)]]></category>
		<category><![CDATA[Solid]]></category>
		<category><![CDATA[Sphere]]></category>
		<category><![CDATA[surface]]></category>

		<guid isPermaLink="false">http://7a29babdc56ac3918b28750b5ac607ef</guid>
		<description><![CDATA[You may view all the posts of the category "solids.asy" (Compiled with Asymptote version 2.14svn-r5318) import solids; size(6cm,0); currentprojection=orthographic(1,2,2); surface s=surface(sphere(1,n=10)); material[] p={material(0.8*red,yellow,red,blue), invisible, 0.8*(red+blue) , invisible, 0.8*blue}; p.cyclic=true; draw(s,p); $(document).ready(function(){$("a#fig7a29babdc56ac3918b28750b5ac607ef").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/758/asymptote-using-solids_asy-fig0070/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asymptote using solids.asy &#8211; fig0060</title>
		<link>http://www.piprime.fr/757/asymptote-using-solids_asy-fig0060/</link>
		<comments>http://www.piprime.fr/757/asymptote-using-solids_asy-fig0060/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 05:56:35 +0000</pubDate>
		<dc:creator>Ph. Ivaldi</dc:creator>
				<category><![CDATA[Asymptote]]></category>
		<category><![CDATA[Examples 3D]]></category>
		<category><![CDATA[solids.asy]]></category>
		<category><![CDATA[Projection (3D)]]></category>
		<category><![CDATA[Solid]]></category>
		<category><![CDATA[Sphere]]></category>
		<category><![CDATA[Transform (3D)]]></category>

		<guid isPermaLink="false">http://f46d4d66b69c66cf4a2ecafd2286c111</guid>
		<description><![CDATA[You may view all the posts of the category "solids.asy" (Compiled with Asymptote version 2.14svn-r5318) // Author: John Bowman import three; size(6cm,0); currentprojection=perspective(10,100,50); real a=2.5; draw(scale3(a)*unitsphere,lightyellow); draw(align(unit(currentprojection.vector()))*scale3(a)*unitcircle3,2bp+red); $(document).ready(function(){$("a#figf46d4d66b69c66cf4a2ecafd2286c111").fancybox();});]]></description>
		<wfw:commentRss>http://www.piprime.fr/757/asymptote-using-solids_asy-fig0060/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

