Handbook
Glossary
set-thickness ( turtle i -- turtle )
Vocabulary
L-system
Inputs
turtle
an
object
i
an
object
Outputs
turtle
an
object
Definition
USING:
accessors
kernel
opengl.gl
;
IN:
L-system
:
set-thickness
( turtle i -- turtle )
dup
glLineWidth
>>thickness
;