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

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

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