Figure Asymptote generalities -- 009
🔗This picture comes from the Asymptote gallery of topic generalities

Show generalities/fig0090.asy on Github.
Generated with Asymptote 3.00-0.
Categories : Examples 2D | Generalities
Tags : #Basis | #Size | #Unitsize
unitsize(1cm); pair A, B, C, D; A=(0, 0); B=(3, 0); C=(6, 0); D=(6, 4); draw(A--B); draw(C--D);