Draw_circle_perfect - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Draws a perfect circle at the given position (x,y). This function differs from the regular draw_circle in that it doesn't take precision into account. It calculates its precision from the radius.
Parameters
- x: (x,y) center point where the circle is drawn
- y
- r: indicates the radius around the center for the circle.
- outline: indicates whether to only draw the outline (true) or fill the circle (false).
Return Values
none: This function has no return values.
Example Call
// example usage of the function
NOTOC