Struct ncollide2d::query::RayInterferencesCollector [] [src]

pub struct RayInterferencesCollector<'a, N: 'a + Real, B: 'a> { /* fields omitted */ }

Bounding Volume Tree visitor collecting interferences with a given ray.

Methods

impl<'a, N: Real, B> RayInterferencesCollector<'a, N, B>
[src]

[src]

Creates a new RayInterferencesCollector.

Trait Implementations

impl<'a, N, B, BV> BVTVisitor<B, BV> for RayInterferencesCollector<'a, N, B> where
    N: Real,
    B: Clone,
    BV: RayCast<N>, 
[src]

[src]

Visits an internal node. Returns true if the internal node children have to be visited too. Read more

[src]

Visits a leaf.

Auto Trait Implementations

impl<'a, N, B> Send for RayInterferencesCollector<'a, N, B> where
    B: Send

impl<'a, N, B> Sync for RayInterferencesCollector<'a, N, B> where
    B: Sync