Function parry3d_f64::query::details::time_of_impact_composite_shape_shape
source · pub fn time_of_impact_composite_shape_shape<D, G1>(
dispatcher: &D,
pos12: &Isometry<Real>,
vel12: &Vector<Real>,
g1: &G1,
g2: &dyn Shape,
max_toi: Real,
stop_at_penetration: bool
) -> Option<TOI>where
D: QueryDispatcher + ?Sized,
G1: TypedSimdCompositeShape<QbvhStorage = DefaultStorage> + ?Sized,Expand description
Time Of Impact of a composite shape with any other shape, under translational movement.