Struct ncollide::query::point_internal::PointInterferencesCollector [] [src]

pub struct PointInterferencesCollector<'a, P, B> where
    B: 'a,
    P: 'a, 
{ /* fields omitted */ }

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

Methods

impl<'a, P, B> PointInterferencesCollector<'a, P, B>
[src]

[src]

Creates a new PointInterferencesCollector.

Trait Implementations

impl<'a, P, B, BV> BVTVisitor<B, BV> for PointInterferencesCollector<'a, P, B> where
    B: Clone,
    BV: PointQuery<P, Id<Multiplicative>>,
    P: Point
[src]

[src]

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

[src]

Visits a leaf.