You may view all the posts of the category "Generalities"
|
|
| (Compiled with Asymptote version 1.87svn-r4652) |
pair A, B, C, D;
A=(0,0);
B=(2,0);
C=(4,0);
D=(4,2);
draw(A--B);
draw(C--D);
06 août 2007
|
|
| (Compiled with Asymptote version 1.87svn-r4652) |
pair A, B, C, D;
A=(0,0);
B=(2,0);
C=(4,0);
D=(4,2);
draw(A--B);
draw(C--D);
