circle()


Returns a circle

circle(x, y, r)
x x-coordinate of the center
y y-coordinate of the center
d diameter

Example:

shape: Object = circle(30, 30, 20)
shape.draw(1, 1000)