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

🐍🎮-🔷 pygame with polygons, circles, lines, and raycasting

Results 26 pygame-geometry issues
Sort by recently updated
recently updated
newest added

All shapes have bool collision functions that return `True` if they overlap with another shape, both of matching, unmatching and general (collideswith) type. We should implement similar intersection methods, but...

type:new_api
submodule:geometry
submodule:circle
submodule:polygon

type:new_api
submodule:polygon

Assigned to @maqa41

type:new_api
submodule:polygon

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...

type:new_api
submodule:line
submodule:collisions

type:new_api
submodule:polygon

I propose adding the following new methods to the `Line` class: - `flip_x()` -> flips the line along the x-axis - `flip_y()` -> flips the line along the y-axis -...

type:new_api
submodule:line