draw-vertex-pair ( theta next-segment segment -- )


Vocabulary
jamshred.gl

Inputs
thetaan object
next-segmentan object
segmentan object


Outputs
None

Definition

:: draw-vertex-pair ( theta next-segment segment -- )
segment theta draw-segment-vertex
next-segment theta draw-segment-vertex ;