pygame-geometry icon indicating copy to clipboard operation
pygame-geometry copied to clipboard

Circle `collidelist() / collidelistall()`

Open itzpr3d4t0r opened this issue 2 years ago • 0 comments

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.

itzpr3d4t0r avatar Jul 22 '23 13:07 itzpr3d4t0r