Struct ncollide3d::pipeline::narrow_phase::CapsuleCapsuleManifoldGenerator [−][src]
pub struct CapsuleCapsuleManifoldGenerator<N: RealField> { /* fields omitted */ }
Collision detector between a concave shape and another shape.
Implementations
impl<N: RealField> CapsuleCapsuleManifoldGenerator<N>
[src]
impl<N: RealField> CapsuleCapsuleManifoldGenerator<N>
[src]pub fn new() -> CapsuleCapsuleManifoldGenerator<N>
[src]
Creates a new collision detector between a concave shape and another shape.
Trait Implementations
impl<N: RealField> ContactManifoldGenerator<N> for CapsuleCapsuleManifoldGenerator<N>
[src]
impl<N: RealField> ContactManifoldGenerator<N> for CapsuleCapsuleManifoldGenerator<N>
[src]fn generate_contacts(
&mut self,
d: &dyn ContactDispatcher<N>,
ma: &Isometry<N>,
a: &dyn Shape<N>,
proc1: Option<&dyn ContactPreprocessor<N>>,
mb: &Isometry<N>,
b: &dyn Shape<N>,
proc2: Option<&dyn ContactPreprocessor<N>>,
prediction: &ContactPrediction<N>,
manifold: &mut ContactManifold<N>
) -> bool
[src]
&mut self,
d: &dyn ContactDispatcher<N>,
ma: &Isometry<N>,
a: &dyn Shape<N>,
proc1: Option<&dyn ContactPreprocessor<N>>,
mb: &Isometry<N>,
b: &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 CapsuleCapsuleManifoldGenerator<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for CapsuleCapsuleManifoldGenerator<N>
impl<N> Sync for CapsuleCapsuleManifoldGenerator<N>
impl<N> Unpin for CapsuleCapsuleManifoldGenerator<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for CapsuleCapsuleManifoldGenerator<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]