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

Proximity between a support-mapped shape (Cuboid, ConvexHull, etc.) and a plane.