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

pub fn distance_support_map_plane<N, G>(
    mother: &Isometry<N, U2, Unit<Complex<N>>>,
    other: &G,
    mplane: &Isometry<N, U2, Unit<Complex<N>>>,
    plane: &Plane<N>
) -> N where
    G: SupportMap<N> + ?Sized,
    N: RealField

Distance between a support-mapped shape and a plane.