Docs for CollisionWorld::interferences_with_point and similar methods are missleading.
Open
- Dominant language
- Rust
- Stars
- 926
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
The docs here: https://www.ncollide.org/rustdoc/ncollide2d/pipeline/world/struct.CollisionWorld.html#method.interferences_with_point state that the interesction test is done with the broad_phase, which is incorrect, as it is done for the entire pipeline.
This is also the case for `CollisionWorld::interferences_with_aabb`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.