Name | ellipse |
||||||||
---|---|---|---|---|---|---|---|---|---|
Examples |
# ellipse 1 https://processing.org/reference/ellipse_.html ellipse(56, 46, 55, 55) | ||||||||
Description | Draws an ellipse (oval) to the screen. An ellipse with equal width and height is a circle. By default, the first two parameters set the location, and the third and fourth parameters set the shape's width and height. The origin may be changed with the ellipseMode() function. | ||||||||
Syntax | ellipse( | ||||||||
Parameters |
| ||||||||
Related |
ellipseMode arc |
Cover
Reference
Tutorials
Bugs