Function ncollide3d::query::nonlinear_time_of_impact_support_map_support_map [−][src]
pub fn nonlinear_time_of_impact_support_map_support_map<N, G1: ?Sized, G2: ?Sized>(
motion1: &impl RigidMotion<N> + ?Sized,
g1: &G1,
motion2: &impl RigidMotion<N> + ?Sized,
g2: &G2,
max_toi: N,
target_distance: N
) -> Option<TOI<N>> where
N: RealField,
G1: SupportMap<N>,
G2: SupportMap<N>,
Time of impacts between two support-mapped shapes under a rigid motion.