Handbook
Glossary
line-width ( i -- i )
Vocabulary
golden-section
Inputs
i
an
object
Outputs
i
an
object
Definition
USING:
kernel
math
math.order
opengl.gl
;
IN:
golden-section
:
line-width
( i -- i )
dup
radius
0.5
*
1
max
glLineWidth
;