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

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

Distance between a plane and a support-mapped shape.