[−][src]Struct ncollide3d::query::visitors::BoundingVolumeInterferencesCollector
Spatial partitioning data structure visitor collecting interferences with a given bounding volume.
Fields
bv: &'a BV
The bounding volume used for interference tests.
collector: &'a mut Vec<T>
The data contained by the nodes with bounding volumes intersecting self.bv
.
Methods
impl<'a, N, T, BV> BoundingVolumeInterferencesCollector<'a, N, T, BV> where
N: RealField,
BV: BoundingVolume<N>,
[src][−]
N: RealField,
BV: BoundingVolume<N>,
pub fn new(
bv: &'a BV,
buffer: &'a mut Vec<T>
) -> BoundingVolumeInterferencesCollector<'a, N, T, BV>
[src][−]
bv: &'a BV,
buffer: &'a mut Vec<T>
) -> BoundingVolumeInterferencesCollector<'a, N, T, BV>
Creates a new BoundingVolumeInterferencesCollector
.
Trait Implementations
impl<'a, N, T, BV> Visitor<T, BV> for BoundingVolumeInterferencesCollector<'a, N, T, BV> where
N: RealField,
T: Clone,
BV: BoundingVolume<N>,
[src][+]
N: RealField,
T: Clone,
BV: BoundingVolume<N>,
Auto Trait Implementations
impl<'a, N, T, BV> RefUnwindSafe for BoundingVolumeInterferencesCollector<'a, N, T, BV> where
BV: RefUnwindSafe,
N: RefUnwindSafe,
T: RefUnwindSafe,
BV: RefUnwindSafe,
N: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, N, T, BV> Send for BoundingVolumeInterferencesCollector<'a, N, T, BV> where
BV: Sync,
N: Send,
T: Send,
BV: Sync,
N: Send,
T: Send,
impl<'a, N, T, BV> Sync for BoundingVolumeInterferencesCollector<'a, N, T, BV> where
BV: Sync,
N: Sync,
T: Sync,
BV: Sync,
N: Sync,
T: Sync,
impl<'a, N, T, BV> Unpin for BoundingVolumeInterferencesCollector<'a, N, T, BV> where
N: Unpin,
N: Unpin,
impl<'a, N, T, BV> !UnwindSafe for BoundingVolumeInterferencesCollector<'a, N, T, BV>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Downcast for T where
T: Any,
[+]
T: Any,
impl<T> DowncastSync for T where
T: Send + Sync + Any,
[+]
T: Send + Sync + Any,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[+]
SS: SubsetOf<SP>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,