pub fn time_of_impact_support_map_support_map<N, G1, G2>(
m1: &Isometry<N>,
vel1: &Vector<N>,
g1: &G1,
m2: &Isometry<N>,
vel2: &Vector<N>,
g2: &G2,
max_toi: N,
target_distance: N,
) -> Option<TOI<N>>
Expand description
Time of impacts between two support-mapped shapes under translational movement.