Handbook
Glossary
scale-thickness ( turtle m -- turtle )
Vocabulary
L-system
Inputs
turtle
an
object
m
an
object
Outputs
turtle
an
object
Definition
USING:
accessors
kernel
math
math.order
;
IN:
L-system
:
scale-thickness
( turtle m -- turtle )
over
thickness>>
*
0.5
max
set-thickness
;