Struct ncollide3d::pipeline::narrow_phase::PlaneBallManifoldGenerator [−][src]
pub struct PlaneBallManifoldGenerator<N: RealField> { /* fields omitted */ }
Collision detector between g1 plane and g1 shape implementing the SupportMap
trait.
Implementations
impl<N: RealField> PlaneBallManifoldGenerator<N>
[src]
impl<N: RealField> PlaneBallManifoldGenerator<N>
[src]pub fn new(flip: bool) -> PlaneBallManifoldGenerator<N>
[src]
Creates g1 new persistent collision detector between g1 plane and g1 shape with g1 support mapping function.
Trait Implementations
impl<N: Clone + RealField> Clone for PlaneBallManifoldGenerator<N>
[src]
impl<N: Clone + RealField> Clone for PlaneBallManifoldGenerator<N>
[src]fn clone(&self) -> PlaneBallManifoldGenerator<N>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<N: RealField> ContactManifoldGenerator<N> for PlaneBallManifoldGenerator<N>
[src]
impl<N: RealField> ContactManifoldGenerator<N> for PlaneBallManifoldGenerator<N>
[src]fn generate_contacts(
&mut self,
_: &dyn ContactDispatcher<N>,
m1: &Isometry<N>,
g1: &dyn Shape<N>,
proc1: Option<&dyn ContactPreprocessor<N>>,
m2: &Isometry<N>,
g2: &dyn Shape<N>,
proc2: Option<&dyn ContactPreprocessor<N>>,
prediction: &ContactPrediction<N>,
manifold: &mut ContactManifold<N>
) -> bool
[src]
&mut self,
_: &dyn ContactDispatcher<N>,
m1: &Isometry<N>,
g1: &dyn Shape<N>,
proc1: Option<&dyn ContactPreprocessor<N>>,
m2: &Isometry<N>,
g2: &dyn Shape<N>,
proc2: Option<&dyn ContactPreprocessor<N>>,
prediction: &ContactPrediction<N>,
manifold: &mut ContactManifold<N>
) -> bool
fn init_manifold(&self) -> ContactManifold<N>
[src]
Auto Trait Implementations
impl<N> RefUnwindSafe for PlaneBallManifoldGenerator<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for PlaneBallManifoldGenerator<N>
impl<N> Sync for PlaneBallManifoldGenerator<N>
impl<N> Unpin for PlaneBallManifoldGenerator<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for PlaneBallManifoldGenerator<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]