-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Triangle::contains_point
gives false-positives
#75
Comments
Just tested this on |
ugodiggi
pushed a commit
to ugodiggi/parry
that referenced
this issue
May 14, 2022
fixes issue dimforge#75
ugodiggi
pushed a commit
to ugodiggi/parry
that referenced
this issue
May 14, 2022
fixes issue dimforge#75
ugodiggi
pushed a commit
to ugodiggi/parry
that referenced
this issue
May 14, 2022
fixes issue dimforge#75
sebcrozet
pushed a commit
to ugodiggi/parry
that referenced
this issue
Dec 7, 2022
fixes issue dimforge#75
I tested this with parry 0.14, and the bug is gone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Triangle::contains_point
gives false-positives. I have a point and a triangle pair for whichrapier3d::parry::query::PointQuery::distance_to_local_point
returns0.15627049
. When I check the point and the triangle visually, the point is clearly NOT at/in the triangle. However,Triangle::contains_point
returnstrue
for the pair. Here's the code to reproduce.I'm using rapier3d 0.11.1, which still installs the old parry3d 0.7.1.
The text was updated successfully, but these errors were encountered: