Handbook
Glossary
draw ( i -- )
Vocabulary
golden-section
Inputs
i
an
object
Outputs
None
Definition
USING:
kernel
math
processing.shapes
;
IN:
golden-section
:
draw
( i -- )
[
center
]
[
radius
1.5
*
2
*
]
bi
draw-circle
;