Function parry3d_f64::query::details::time_of_impact_heightfield_shape
source · pub fn time_of_impact_heightfield_shape<Storage, D>(
dispatcher: &D,
pos12: &Isometry<Real>,
vel12: &Vector<Real>,
heightfield1: &GenericHeightField<Storage>,
g2: &dyn Shape,
max_toi: Real,
stop_at_penetration: bool
) -> Result<Option<TOI>, Unsupported>Expand description
Time Of Impact between a moving shape and a heightfield.