Description Usage Arguments See Also Examples
Draw an Ellipse
1 |
sketch |
A p5 sketch. |
x |
The x coordinate of the ellipse. |
y |
The y coordinate of the ellipse. |
w |
The width of the ellipse. |
h |
The height of the ellipse. |
Other Shape 2D Primitives: arc
,
line
, point
,
quad
, rect
,
triangle
1 2 3 4 5 6 7 8 | ## Not run:
p5() %>%
background("#DCDCDC") %>%
ellipse(56, 46, 55, 55)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.