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

pub fn proximity_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,
    margin: N
) -> Proximity where
    G2: CompositeShape<N> + ?Sized,
    N: RealField

Proximity between a shape and a composite (Mesh, Compound) shape.