![]() |
One can magnetize non dotted points with the routines void magnetize(...triangle[]) and void magnetize(...pair[]). |
(Compiled with Asymptote version 1.87svn-r4652) |
import trembling; startTrembling(); size(8cm); triangle T=triangleabc(6,7,8); draw(T); magnetize(T);/* View the definition of void magnetize(...triangle[]) */ draw(circle(T));