graph circle - part-cw/lambdanative GitHub Wiki
(graph-circle g x y r)
This function draws an open circle at origin (x,y) with radius r.
Parameter | Description |
---|---|
g | graph context |
x, y | coordinates of circle origin |
r | circle radius |
Example
(graph-circle g 0.2 0.2 20.)