Function parry2d::query::details::cast_shapes_shape_heightfield

source ยท
pub fn cast_shapes_shape_heightfield<D>(
    dispatcher: &D,
    pos12: &Isometry<Real>,
    vel12: &Vector<Real>,
    g1: &dyn Shape,
    heightfield2: &HeightField,
    options: ShapeCastOptions
) -> Result<Option<ShapeCastHit>, Unsupported>
where D: QueryDispatcher + ?Sized,
Expand description

Time Of Impact between a moving shape and a heightfield.