Function: drawCircle()
function drawCircle(radius): Drawing;
Defined in: draw.ts:320
Creates the Drawing
of a circle.
The circle is centered on [0, 0]
Parameters
radius
number
function drawCircle(radius): Drawing;
Defined in: draw.ts:320
Creates the Drawing
of a circle.
The circle is centered on [0, 0]
number