You may view all the posts of the category "trembling.asy"
|
Using the routine startTrembling, all drawn paths are distorted. |
| (Compiled with Asymptote version 1.87svn-r4652) |
import trembling;
size(8cm);
/* View the definition of void startTrembling(real,real,real,real,bool */
startTrembling();
draw(unitcircle);
draw((-1,-0.5)--(1,-0.5)--(0,0.75)--cycle);
shipout(bbox(3mm,invisible));







