[][src]Struct ncollide_geometry::query::PointInterferencesCollector

pub struct PointInterferencesCollector<'a, P: 'a, B: '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]

pub fn new(
    point: &'a P,
    buffer: &'a mut Vec<B>
) -> PointInterferencesCollector<'a, P, B>
[src]

Creates a new PointInterferencesCollector.

Trait Implementations

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

Auto Trait Implementations

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

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

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<SS, SP> SupersetOf for SP where
    SS: SubsetOf<SP>, 
[src]

impl<T> Same for T

type Output = T

Should always be Self