Struct ncollide2d::query::PointInterferencesCollector[][src]

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

Bounding Volume Tree visitor collecting nodes that may contain a given point.

Methods

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

Creates a new PointInterferencesCollector.

Trait Implementations

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

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

Visits a leaf.

Auto Trait Implementations

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

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