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

Line `collidelist() / collidelistall()`

Open itzpr3d4t0r opened this issue 2 years ago • 0 comments

Closes #217.

Also adds a new internal function called _pg_line_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 14:07 itzpr3d4t0r