Name

circle()

Examples
circle(56, 46, 55)
Description Draws a circle to the screen. By default, the first two parameters set the location of the center, and the third sets the shape's width and height. The origin may be changed with the ellipseMode() function.
Syntax
circle(a, b, extent)
Parameters
afloat: x-coordinate of the circle
bfloat: y-coordinate of the circle
extentfloat: width and height of the circle by default
Related ellipse()
ellipseMode()

Updated on Tue Feb 27 14:07:12 2024.

If you see any errors or have comments, please let us know.