draw-line ( seq -- )


Vocabulary
ui.gadgets.charts.lines

Inputs
seqsequence of { x y } pairs, in pixels


Outputs
None

Word description
Draw a sequence of straight line segments connecting all consecutive points with a single OpenGL call. Intended to be called by a draw-gadget* implementation.

Definition