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

pub fn time_of_impact_shape_composite_shape<D: ?Sized, G2: ?Sized>(
    dispatcher: &D,
    pos12: &Isometry<Real>,
    vel12: &Vector<Real>,
    g1: &dyn Shape,
    g2: &G2,
    max_toi: Real,
    target_distance: Real
) -> Option<TOI> where
    D: QueryDispatcher,
    G2: TypedSimdCompositeShape

Time Of Impact of any shape with a composite shape, under translational movement.