[][src]Function ncollide_geometry::query::distance_internal::support_map_against_plane

pub fn support_map_against_plane<P, M, G: ?Sized>(
    mother: &M,
    other: &G,
    mplane: &M,
    plane: &Plane<P::Vector>
) -> P::Real where
    P: Point,
    M: Isometry<P>,
    G: SupportMap<P, M>, 

Distance between a support-mapped shape and a plane.