Figure Asymptote geometry -- 109
🔗This picture comes from the Asymptote gallery of topic geometry

Show geometry/fig1090.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Geometry.asy
Tags : #Geometry | #Triangle | #Markers
import geometry; size(10cm); // currentcoordsys=cartesiansystem((2,1),i=(1,0.5),j=(-0.25,.75)); // show(currentcoordsys); /*<asyxml><view file="modules/geometry.asy" type="triangle" signature="triangleAbc(real,real,real,real,point)"/></asyxml>*/ triangle t=triangleAbc(60,3,5,angle=90); show(Lb="3", Lc="5",t); markangle("$60^\circ$",t.B,t.A,t.C);