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

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

Smallest distance between a composite shape and any other shape.