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

Show geometry/fig0990.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Geometry.asy
Tags : #Geometry | #Arc | #Arrows/Bars | #Ellipse | #Abscissa
import geometry; size(6cm,0); // currentcoordsys=cartesiansystem((1,2),i=(1,0.5),j=(-0.5,.75)); // show(currentcoordsys, xpen=invisible); point A=(-1,1); dot("$A$",A,S); arc a=arc(ellipse(A,2,1,45), 45, 270, fromCenter); draw(a,linewidth(3mm),ArcArrow(5mm)); /*<asyxml><view file="modules/geometry.asy" type="arc" signature="arc(explicit arc,abscissa,abscissa)"/></asyxml>*/ draw(arc(a,angabscissa(135),angabscissa(225)),1mm+red,ArcArrow(3mm),TrueMargin(0,0.5mm));