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

[feature] replace dependence on geo with parry2d-f64 #222

Open
drobnyjt opened this issue Jul 10, 2023 · 0 comments
Open

[feature] replace dependence on geo with parry2d-f64 #222

drobnyjt opened this issue Jul 10, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@drobnyjt
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Currently, the 2D geometry features use geo for geometry checks (point in polygon, etc.). However, the 3D geometry routines use parry3d-f64. If geo can be completely replaced with parry2d-f64, that would bring some additional consistency.

Proposed solution
Replace calls to geo with calls to parry2d-f64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant