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

Distance between a plane and a support-mapped shape.