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

pub fn distance_support_map_support_map<N, G1, G2>(
    m1: &Isometry<N, U2, Unit<Complex<N>>>,
    g1: &G1,
    m2: &Isometry<N, U2, Unit<Complex<N>>>,
    g2: &G2
) -> N where
    G1: SupportMap<N> + ?Sized,
    G2: SupportMap<N> + ?Sized,
    N: RealField

Distance between support-mapped shapes.