You may view all the posts of the category "geometry.asy"
![]() |
|
(Compiled with Asymptote version 2.14svn-r5318) |
import geometry; size(10cm); // currentcoordsys=cartesiansystem((2,1),i=(1,0.5),j=(-0.25,.75)); // show(currentcoordsys); /* View the definition of triangle triangleAbc(real,real,real,real,point) */ triangle t=triangleAbc(60,3,5,angle=90); show(Lb="3", Lc="5",t); markangle("$60^\circ$",t.B,t.A,t.C);