[][src]Function parry3d::query::details::time_of_impact_support_map_halfspace

pub fn time_of_impact_support_map_halfspace<G: ?Sized>(
    pos12: &Isometry<Real>,
    vel12: &Vector<Real>,
    other: &G,
    halfspace: &HalfSpace,
    max_toi: Real,
    target_distance: Real
) -> Option<TOI> where
    G: SupportMap

Time Of Impact of a halfspace with a support-mapped shape under translational movement.