Function parry2d_f64::query::details::time_of_impact_halfspace_support_map
source · pub fn time_of_impact_halfspace_support_map<G>(
pos12: &Isometry<Real>,
vel12: &Vector<Real>,
halfspace: &HalfSpace,
other: &G,
max_toi: Real,
stop_at_penetration: bool
) -> Option<TOI>where
G: SupportMap + ?Sized,Expand description
Time Of Impact of a halfspace with a support-mapped shape under translational movement.