pub fn support_map_against_plane<N: Real, G: ?Sized + SupportMap<N>>(
    mother: &Isometry<N>,
    other: &G,
    mplane: &Isometry<N>,
    plane: &Plane<N>,
    margin: N
) -> ClosestPoints<N>
Expand description

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