You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the desktop version contains circle(float, float, float) function which is an alternative to the ellipse(float, float, float, float) function when we need to draw a perfect circle. but apde doesn't.
The text was updated successfully, but these errors were encountered:
rinikapaul84
changed the title
add "circle(float, float, float)" function
add circle(float, float, float) function
Apr 13, 2021
circle was added to a version of Android mode that APDE has yet to update to. I am currently working on updating Android mode, and making upgrading a more streamlined process in the future. In the meantime, defining circle yourself seems like an easy, although unfortunate thing to have to do.
the desktop version contains
circle(float, float, float)
function which is an alternative to theellipse(float, float, float, float)
function when we need to draw a perfect circle. but apde doesn't.The text was updated successfully, but these errors were encountered: