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

Narrow-phase methods renames + some re-exports #582

Merged
merged 3 commits into from
Jan 24, 2024
Merged

Narrow-phase methods renames + some re-exports #582

merged 3 commits into from
Jan 24, 2024

Conversation

sebcrozet
Copy link
Member

@sebcrozet sebcrozet commented Jan 24, 2024

  • Renames NarrowPhase::contacts_with tocontact_pairs_with; and intersections_with to intersection_pairs_with for better clarity.
  • Re-export BoundingVolume, RayCast, PointQuery, PointQueryWithLocation from parry.

Fix #574.

Renames `contacts_with` to`contact_pairs_with`; and `intersections_with` to `intersection_pairs_with`.
@sebcrozet sebcrozet merged commit 7ba53df into master Jan 24, 2024
5 checks passed
@sebcrozet sebcrozet deleted the misc branch January 24, 2024 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Aabb type is not properly re-exported from Parry
1 participant