[][src]Struct ncollide_geometry::bounding_volume::BoundingVolumeInterferencesCollector

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

Bounding Volume Tree visitor collecting interferences with a given bounding volume.

Methods

impl<'a, P, B, BV> BoundingVolumeInterferencesCollector<'a, P, B, BV> where
    P: Point,
    BV: BoundingVolume<P>, 
[src]

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

Creates a new BoundingVolumeInterferencesCollector.

Trait Implementations

impl<'a, P, B, BV> BVTVisitor<B, BV> for BoundingVolumeInterferencesCollector<'a, P, B, BV> where
    P: Point,
    B: Clone,
    BV: BoundingVolume<P>, 
[src]

Auto Trait Implementations

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

impl<'a, P, B, BV> Sync for BoundingVolumeInterferencesCollector<'a, P, B, BV> where
    B: Sync,
    BV: 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