We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
nearest_points
witness_points
nearest_points in CollisionResult/DistanceResult is misleading, especially when shapes are in collision. The litterature refers to witness_points
CollisionResult
DistanceResult
This can simply be done by deprecating nearest_points and making nearest_points a reference to witness_points.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
nearest_points
inCollisionResult
/DistanceResult
is misleading, especially when shapes are in collision.The litterature refers to
witness_points
This can simply be done by deprecating
nearest_points
and makingnearest_points
a reference towitness_points
.The text was updated successfully, but these errors were encountered: