pygame-geometry
pygame-geometry copied to clipboard
Circle `collidelist() / collidelistall()`
Closes #216.
Also adds a new internal function called _pg_circle_collideswith for convenience.
The collideswith function's implementation got changed to use this new internal function.
It's worth noting that at the moment the way collision with polygon works by default is with only_edges=False.