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([
(28, 0),
(25.868626, 10.715136),
(19.79899, 19.79899),
(10.715136, 25.868626),
(0, 28),
(-10.715136, 25.868626),
(-19.79899, 19.79899),
(-25.868626, 10.715136),
(-28, 0),
(-25.868626, -10.715136),
(-19.79899, -19.79899),
(-10.715136, -25.868626),
(0, -28),
(10.715136, -25.868626),
(19.79899, -19.79899),
(25.868626, -10.715136),
])