Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circle collidelist() / collidelistall() #219

Merged
merged 4 commits into from
May 27, 2024
Merged

Conversation

itzpr3d4t0r
Copy link
Member

@itzpr3d4t0r itzpr3d4t0r commented Jul 22, 2023

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 itzpr3d4t0r added type:new_api Adds new functionalities to the project submodule:circle submodule:collisions labels Jul 22, 2023
@itzpr3d4t0r itzpr3d4t0r marked this pull request as draft July 23, 2023 10:44
@itzpr3d4t0r itzpr3d4t0r marked this pull request as ready for review May 8, 2024 16:41
@itzpr3d4t0r itzpr3d4t0r merged commit 2ddeef1 into main May 27, 2024
33 checks passed
@itzpr3d4t0r itzpr3d4t0r deleted the circle_collidelist_all branch May 27, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
submodule:circle submodule:collisions type:new_api Adds new functionalities to the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Circle collidelist / collidelistall
1 participant