[−][src]Struct ncollide3d::pipeline::broad_phase::DBVTBroadPhase
Broad phase based on a Dynamic Bounding Volume Tree.
It uses two separate trees: one for static objects and which is never updated, and one for moving objects.
Methods
impl<N, BV, T> DBVTBroadPhase<N, BV, T> where
N: RealField,
BV: 'static + BoundingVolume<N> + Clone,
[src][−]
N: RealField,
BV: 'static + BoundingVolume<N> + Clone,
pub fn new(margin: N) -> DBVTBroadPhase<N, BV, T>
[src][−]
Creates a new broad phase based on a Dynamic Bounding Volume Tree.
pub fn num_interferences(&self) -> usize
[src][−]
Number of interferences detected by this broad phase.
Trait Implementations
impl<N, BV, T> BroadPhase<N, BV, T> for DBVTBroadPhase<N, BV, T> where
N: RealField,
BV: BoundingVolume<N> + RayCast<N> + PointQuery<N> + Any + Send + Sync + Clone,
T: Any + Send + Sync + Clone,
[src][+]
N: RealField,
BV: BoundingVolume<N> + RayCast<N> + PointQuery<N> + Any + Send + Sync + Clone,
T: Any + Send + Sync + Clone,
Auto Trait Implementations
impl<N, BV, T> RefUnwindSafe for DBVTBroadPhase<N, BV, T> where
BV: RefUnwindSafe,
N: RefUnwindSafe + Scalar,
T: RefUnwindSafe,
BV: RefUnwindSafe,
N: RefUnwindSafe + Scalar,
T: RefUnwindSafe,
impl<N, BV, T> Send for DBVTBroadPhase<N, BV, T> where
BV: Send,
N: Scalar,
T: Send,
BV: Send,
N: Scalar,
T: Send,
impl<N, BV, T> Sync for DBVTBroadPhase<N, BV, T> where
BV: Sync,
N: Scalar,
T: Sync,
BV: Sync,
N: Scalar,
T: Sync,
impl<N, BV, T> Unpin for DBVTBroadPhase<N, BV, T> where
BV: Unpin,
N: Scalar + Unpin,
T: Unpin,
BV: Unpin,
N: Scalar + Unpin,
T: Unpin,
impl<N, BV, T> UnwindSafe for DBVTBroadPhase<N, BV, T> where
BV: UnwindSafe,
N: Scalar + UnwindSafe,
T: UnwindSafe,
BV: UnwindSafe,
N: Scalar + UnwindSafe,
T: UnwindSafe,
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>,