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

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

Distance between a support-mapped shape and a plane.