First commit with all content

This commit is contained in:
Jean-Sébastien
2022-02-07 15:11:58 +01:00
parent 85bda88268
commit 4cd95d0c55
211 changed files with 404372 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
settings.outformat="png";
settings.render=16;
import three;
size(5cm);
draw(O -- 1.2X, arrow=Arrow3(emissive(black)));
draw(O -- 1.2Y, arrow=Arrow3(emissive(black)));
draw(O -- 1.2Z, arrow=Arrow3(emissive(black)));
draw(arc(c=O, X, X + 2Y));
draw(arc(c=O, Z, 0.5*X + Y + 0.8*Z));
Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB