graph rlineto - part-cw/lambdanative GitHub Wiki
(graph-rlineto g x y)
This function draws an invisible line relative to the last pen location in units of the x- and y-axes, and redefines the current point.
Parameter | Description |
---|---|
g | graph context |
x,y | relative pen movement |
Example
(graph-rlineto g 0.1 0.2)