Handbook
Glossary
draw-line** ( x y x y -- )
Vocabulary
processing
.
shapes
Inputs
x
an
object
y
an
object
x
an
object
y
an
object
Outputs
None
Definition
USING:
opengl.demo-support
opengl.gl
;
IN:
processing.shapes
:
draw-line**
( x y x y -- )
stroke-mode
GL_LINES
[
glVertex2d
glVertex2d
]
do-state
;