[][src]Function oxygengine_physics_2d::prelude::ncollide2d::query::proximity_support_map_plane

pub fn proximity_support_map_plane<N, G>(
    mother: &Isometry<N, U2, Unit<Complex<N>>>,
    other: &G,
    mplane: &Isometry<N, U2, Unit<Complex<N>>>,
    plane: &Plane<N>,
    margin: N
) -> Proximity where
    G: SupportMap<N> + ?Sized,
    N: RealField

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