Data update
This commit is contained in:
parent
5af6d93694
commit
796d366b97
455 changed files with 7413 additions and 1900 deletions
|
|
@ -1,8 +1,6 @@
|
|||
order = 5
|
||||
#
|
||||
background 005
|
||||
clear
|
||||
color 999
|
||||
linewidth 0.2
|
||||
scale = 1 / (2 + cos 72 * 2)
|
||||
#
|
||||
|
|
@ -20,8 +18,8 @@ proc pentagon x y side depth . .
|
|||
for angle = 0 step 72 to 288
|
||||
x += cos angle * dist
|
||||
y += sin angle * dist
|
||||
call pentagon x y side depth - 1
|
||||
pentagon x y side depth - 1
|
||||
.
|
||||
.
|
||||
.
|
||||
call pentagon 25 15 50 order - 1
|
||||
pentagon 25 15 50 order - 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue