User:5849206328x: Difference between revisions
5849206328x (talk | contribs) mNo edit summary |
5849206328x (talk | contribs) mNo edit summary |
||
| 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