You may view all the posts of the category "trembling.asy"
![]() |
Here an other example with the incircle of a triangle. |
(Compiled with Asymptote version 1.87svn-r4652) |
import trembling; startTrembling(angle=6, random=10); size(8cm); triangle T=triangleabc(6,7,8); dot(intouch(T)); draw(T); draw(incircle(T), 0.8*red);