Data update
This commit is contained in:
parent
ed705008a8
commit
0df55f9f24
2196 changed files with 32999 additions and 3075 deletions
10
Task/Superellipse/EasyLang/superellipse.easy
Normal file
10
Task/Superellipse/EasyLang/superellipse.easy
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
n = 2.5
|
||||
a = 200
|
||||
b = 200
|
||||
linewidth 0.2
|
||||
while t <= 360
|
||||
x = pow abs cos t (2 / n) * a * sign cos t
|
||||
y = pow abs sin t (2 / n) * b * sign sin t
|
||||
line x / 5 + 50 y / 5 + 50
|
||||
t += 0.5
|
||||
.
|
||||
Loading…
Add table
Add a link
Reference in a new issue