[][src]Struct ncollide_geometry::query::ray_internal::RayInterferencesCollector

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

Bounding Volume Tree visitor collecting interferences with a given ray.

Methods

impl<'a, P: Point, B> RayInterferencesCollector<'a, P, B>[src]

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

Creates a new RayInterferencesCollector.

Trait Implementations

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

Auto Trait Implementations

impl<'a, P, B> Send for RayInterferencesCollector<'a, P, B> where
    B: Send,
    <P as Point>::Vector: Sync

impl<'a, P, B> Sync for RayInterferencesCollector<'a, P, B> where
    B: Sync,
    <P as Point>::Vector: 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