You may view all the posts of the category "geometry.asy"
|
|
| (Compiled with Asymptote version 2.14svn-r5318) |
size(8cm,0);
import geometry;
/* View the definition of struct coordsys */
show(currentcoordsys);
pair a=(0,0.5), b=(1,0.5);
/* View the definition of struct point */
point A=a, B=b;
dot("$A$",A);
dot("$B$",B);







