Struct ncollide3d::pipeline::narrow_phase::ConvexPolyhedronConvexPolyhedronManifoldGenerator [−][src]
pub struct ConvexPolyhedronConvexPolyhedronManifoldGenerator<N: RealField> { /* fields omitted */ }
Implementations
impl<N: RealField> ConvexPolyhedronConvexPolyhedronManifoldGenerator<N>
[src]
impl<N: RealField> ConvexPolyhedronConvexPolyhedronManifoldGenerator<N>
[src]Trait Implementations
impl<N: Clone + RealField> Clone for ConvexPolyhedronConvexPolyhedronManifoldGenerator<N>
[src]
impl<N: Clone + RealField> Clone for ConvexPolyhedronConvexPolyhedronManifoldGenerator<N>
[src]fn clone(&self) -> ConvexPolyhedronConvexPolyhedronManifoldGenerator<N>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<N: RealField> ContactManifoldGenerator<N> for ConvexPolyhedronConvexPolyhedronManifoldGenerator<N>
[src]
impl<N: RealField> ContactManifoldGenerator<N> for ConvexPolyhedronConvexPolyhedronManifoldGenerator<N>
[src]fn generate_contacts(
&mut self,
_: &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,
_: &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 ConvexPolyhedronConvexPolyhedronManifoldGenerator<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for ConvexPolyhedronConvexPolyhedronManifoldGenerator<N>
impl<N> Sync for ConvexPolyhedronConvexPolyhedronManifoldGenerator<N>
impl<N> Unpin for ConvexPolyhedronConvexPolyhedronManifoldGenerator<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for ConvexPolyhedronConvexPolyhedronManifoldGenerator<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]