Difference between revisions of "Asymptote (Vector Graphics Language)"
(Replaced content with "<asy> draw((0,0)--(3,7)); dot((0,0)); dot((3,7)); </asy>") (Tag: Replaced) |
|||
| Line 1: | Line 1: | ||
<asy> | <asy> | ||
| − | draw((0,0)--(3, | + | import three; |
| − | + | draw((0,0,0)---(3,2,7)); | |
| − | |||
</asy> | </asy> | ||
Revision as of 19:20, 18 September 2019