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

Distance between a plane and a support-mapped shape.