Python Forum
[PyGame] Arcs - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Game Development (https://python-forum.io/forum-11.html)
+--- Thread: [PyGame] Arcs (/thread-13032.html)



Arcs - eduardoforo - Sep-24-2018

I'm drawing in Pygame a soccer field.
With this code I have managed to draw the arc of the lower left corner of the field.

pygame.draw.arc (pantalla, NEGRO, [25, 925, 50, 50], 0, math.pi/2, 5)

What would the angle values be like for the other three corners?

Thank you.


RE: Arcs - eduardoforo - Sep-26-2018

Solved. Thanks


RE: Arcs - metulburr - Sep-26-2018

https://python-forum.io/misc.php?action=help&hid=46