Difference between revisions of "User:5849206328x"
5849206328x (talk | contribs) m |
5849206328x (talk | contribs) m |
||
Line 24: | Line 24: | ||
triple rot(real t) { return (0.2 * cos(pi * t/180), 0.2 * sin(pi * t/180), 4.5); } | triple rot(real t) { return (0.2 * cos(pi * t/180), 0.2 * sin(pi * t/180), 4.5); } | ||
− | draw((0,0,2.5)--(0,2,2.5), | + | draw(shift(0,0,2.5)*scale(2,2,2)*unitdisk,palegrey); draw((0,0,2.5)--(0,2,2.5),dashed); draw(graph(rot,-180,93),EndArrow3); |
+ | draw((0,0,4)--(0,0,2.5)); draw((0,0,2.5)--(0,0,1),dotted); | ||
− | label("$ | + | label("$a$",(0,1,2.5),N); |
//limits((-25,-25),(50,25),Crop); | //limits((-25,-25),(50,25),Crop); | ||
</asy> | </asy> |
Revision as of 20:11, 23 July 2015