Struct ncollide3d::pipeline::narrow_phase::SupportMapSupportMapProximityDetector [−][src]
pub struct SupportMapSupportMapProximityDetector<N: RealField> { /* fields omitted */ }
Persistent proximity detector between two shapes having a support mapping function.
It is based on the GJK algorithm.
Implementations
impl<N: RealField> SupportMapSupportMapProximityDetector<N>
[src]
impl<N: RealField> SupportMapSupportMapProximityDetector<N>
[src]pub fn new() -> SupportMapSupportMapProximityDetector<N>
[src]
Creates a new persistant proximity detector between two shapes with support mapping functions.
It is initialized with a pre-created simplex.
Trait Implementations
impl<N: Clone + RealField> Clone for SupportMapSupportMapProximityDetector<N>
[src]
impl<N: Clone + RealField> Clone for SupportMapSupportMapProximityDetector<N>
[src]fn clone(&self) -> SupportMapSupportMapProximityDetector<N>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<N: RealField> ProximityDetector<N> for SupportMapSupportMapProximityDetector<N>
[src]
impl<N: RealField> ProximityDetector<N> for SupportMapSupportMapProximityDetector<N>
[src]Auto Trait Implementations
impl<N> RefUnwindSafe for SupportMapSupportMapProximityDetector<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for SupportMapSupportMapProximityDetector<N>
impl<N> Sync for SupportMapSupportMapProximityDetector<N>
impl<N> Unpin for SupportMapSupportMapProximityDetector<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for SupportMapSupportMapProximityDetector<N> where
N: UnwindSafe,
N: UnwindSafe,
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]