Trait ncollide2df64::broad::RayCastBroadPhase
pub trait RayCastBroadPhase<B>: BroadPhase<B> { fn interferences_with_ray(&mut self, &Ray, &mut ~[B]); }
Traits of broad phase able to run fast ray-cast queries.
Required Methods
fn interferences_with_ray(&mut self, &Ray, &mut ~[B])
Collects every object which might intersect a ray.
Implementors
DBVTBroadPhase<B, BV, D, DV>