[][src]Function ncollide2d::query::distance_plane_support_map

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

Distance between a plane and a support-mapped shape.