[][src]Function oxygengine_physics_2d::prelude::ncollide2d::query::contact_shape_composite_shape

pub fn contact_shape_composite_shape<N, G2>(
    m1: &Isometry<N, U2, Unit<Complex<N>>>,
    g1: &(dyn Shape<N> + 'static),
    m2: &Isometry<N, U2, Unit<Complex<N>>>,
    g2: &G2,
    prediction: N
) -> Option<Contact<N>> where
    G2: CompositeShape<N> + ?Sized,
    N: RealField

Best contact between a shape and a composite (Mesh, Compound) shape.