pub fn cast_shapes_heightfield_shape<D: ?Sized + QueryDispatcher>(
dispatcher: &D,
pos12: &Isometry<f32>,
vel12: &Vector<f32>,
heightfield1: &HeightField,
g2: &dyn Shape,
options: ShapeCastOptions,
) -> Result<Option<ShapeCastHit>, Unsupported>
Expand description
Time Of Impact between a moving shape and a heightfield.