Modifies the location from which ellipses are drawn by changing the way in which parameters given to ellipse() are interpreted. The default mode is ellipseMode(CENTER) , which interprets the first two parameters of ellipse() as the shape's center point, while the thi
(int mode)
| 2889 | * @see PApplet#arc(float, float, float, float, float, float) |
| 2890 | */ |
| 2891 | public void ellipseMode(int mode) { |
| 2892 | ellipseMode = mode; |
| 2893 | } |
| 2894 | |
| 2895 | |
| 2896 | /** |
no outgoing calls
no test coverage detected