Initialize

This commit is contained in:
2026-05-27 10:43:56 +04:00
commit 3e4534fe0b
71 changed files with 5817 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
Poly([
(24.5, 0),
(22.635048, 9.375744),
(17.324116, 17.324116),
(9.375744, 22.635048),
(0, 24.5),
(-9.375744, 22.635048),
(-17.324116, 17.324116),
(-22.635048, 9.375744),
(-24.5, 0),
(-22.635048, -9.375744),
(-17.324116, -17.324116),
(-9.375744, -22.635048),
(0, -24.5),
(9.375744, -22.635048),
(17.324116, -17.324116),
(22.635048, -9.375744),
])