Function heron::rapier_plugin::rapier2d::parry::query::details::time_of_impact_shape_composite_shape[][src]

pub fn time_of_impact_shape_composite_shape<D, G2>(
    dispatcher: &D,
    pos12: &Isometry<f32, Unit<Complex<f32>>, 2_usize>,
    vel12: &Matrix<f32, Const<{_: usize}>, Const<1_usize>, ArrayStorage<f32, 2_usize, 1_usize>>,
    g1: &(dyn Shape + 'static),
    g2: &G2,
    max_toi: f32
) -> Option<TOI> where
    D: QueryDispatcher + ?Sized,
    G2: TypedSimdCompositeShape + ?Sized
Expand description

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