Function parry3d::query::details::cast_shapes_heightfield_shape

source ·
pub fn cast_shapes_heightfield_shape<D: ?Sized + QueryDispatcher>(
    dispatcher: &D,
    pos12: &Isometry<Real>,
    vel12: &Vector<Real>,
    heightfield1: &HeightField,
    g2: &dyn Shape,
    options: ShapeCastOptions
) -> Result<Option<ShapeCastHit>, Unsupported>
Expand description

Time Of Impact between a moving shape and a heightfield.