dimforge / ncollide

2 and 3-dimensional collision detection library in Rust.
https://ncollide.org
Apache License 2.0
921 stars 105 forks source link

Docs for CollisionWorld::interferences_with_point and similar methods are missleading. #305

Open Yatekii opened 5 years ago

Yatekii commented 5 years ago

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.