Struct ncollide3d::pipeline::narrow_phase::SupportMapPlaneProximityDetector [−][src]
pub struct SupportMapPlaneProximityDetector { /* fields omitted */ }
Proximity detector between a plane and a shape implementing the SupportMap
trait.
Implementations
impl SupportMapPlaneProximityDetector
[src]
impl SupportMapPlaneProximityDetector
[src]pub fn new() -> SupportMapPlaneProximityDetector
[src]
Creates a new persistent proximity detector between a plane and a shape with a support mapping function.
Trait Implementations
impl Clone for SupportMapPlaneProximityDetector
[src]
impl Clone for SupportMapPlaneProximityDetector
[src]fn clone(&self) -> SupportMapPlaneProximityDetector
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<N: RealField> ProximityDetector<N> for SupportMapPlaneProximityDetector
[src]
impl<N: RealField> ProximityDetector<N> for SupportMapPlaneProximityDetector
[src]Auto Trait Implementations
impl RefUnwindSafe for SupportMapPlaneProximityDetector
impl Send for SupportMapPlaneProximityDetector
impl Sync for SupportMapPlaneProximityDetector
impl Unpin for SupportMapPlaneProximityDetector
impl UnwindSafe for SupportMapPlaneProximityDetector
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]