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

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

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