Google News
logo
p5.js - Interview Questions
What is the circle() Function in p5.js?
The circle() function draws a circle to the canvas. It has three required arguments where the first and second arguments are the x and y positions of the center of the circle. The third argument is the width (and height) of the circle.
Circle
Advertisement