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

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

Distance between a support-mapped shape and a plane.