( begin auto-generated from ellipseMode.xml ) The origin of the ellipse is modified by the ellipseMode() function. The default configuration is ellipseMode(CENTER) , which specifies the location of the ellipse as the center of the shape. The RADIUS mode is the same, but the widt
(int mode)
| 2780 | * @see PApplet#arc(float, float, float, float, float, float) |
| 2781 | */ |
| 2782 | public void ellipseMode(int mode) { |
| 2783 | ellipseMode = mode; |
| 2784 | } |
| 2785 | |
| 2786 | |
| 2787 | /** |
no outgoing calls
no test coverage detected