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

pub fn contact_support_map_plane<N, G>(
    mother: &Isometry<N, U2, Unit<Complex<N>>>,
    other: &G,
    mplane: &Isometry<N, U2, Unit<Complex<N>>>,
    plane: &Plane<N>,
    prediction: N
) -> Option<Contact<N>> where
    G: SupportMap<N> + ?Sized,
    N: RealField

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