Function parry3d_f64::query::details::cast_shapes_heightfield_shape

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

Time Of Impact between a moving shape and a heightfield.