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

Add Perfect Ellipse Collison Detection #97

Open
James-Oswald opened this issue Oct 9, 2023 · 0 comments
Open

Add Perfect Ellipse Collison Detection #97

James-Oswald opened this issue Oct 9, 2023 · 0 comments
Labels
API-Break Will break test results or backwards compatibility. Leftmost number in semantic versioning Enhancement New feature

Comments

@James-Oswald
Copy link
Member

Ellipse-Ellipse Collison Detection is currently implanted as a heuristic that checks points along the ellipse are inside another ellipse (for Ellipse-Ellipse). Improve this with mathematically perfect Collison detection that checks if ellipses overlap. The start of a solution can be seen on Desmos here

@James-Oswald James-Oswald added Enhancement New feature optional This feature is not required to be implemented by the current implementation team labels Oct 9, 2023
@James-Oswald James-Oswald removed the optional This feature is not required to be implemented by the current implementation team label Dec 9, 2023
@RyanR712 RyanR712 added the API-Break Will break test results or backwards compatibility. Leftmost number in semantic versioning label Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API-Break Will break test results or backwards compatibility. Leftmost number in semantic versioning Enhancement New feature
Projects
None yet
Development

No branches or pull requests

2 participants