Struct ncollide3d::pipeline::narrow_phase::HeightFieldShapeManifoldGenerator [−][src]
pub struct HeightFieldShapeManifoldGenerator<N: RealField> { /* fields omitted */ }
Collision detector between an heightfield and another shape.
Implementations
impl<N: RealField> HeightFieldShapeManifoldGenerator<N>
[src]
impl<N: RealField> HeightFieldShapeManifoldGenerator<N>
[src]pub fn new(flip: bool) -> HeightFieldShapeManifoldGenerator<N>
[src]
Creates a new collision detector between an heightfield and another shape.
Trait Implementations
impl<N: RealField> ContactManifoldGenerator<N> for HeightFieldShapeManifoldGenerator<N>
[src]
impl<N: RealField> ContactManifoldGenerator<N> for HeightFieldShapeManifoldGenerator<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 HeightFieldShapeManifoldGenerator<N>
impl<N> Send for HeightFieldShapeManifoldGenerator<N>
impl<N> Sync for HeightFieldShapeManifoldGenerator<N>
impl<N> Unpin for HeightFieldShapeManifoldGenerator<N>
impl<N> !UnwindSafe for HeightFieldShapeManifoldGenerator<N>
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]