pub fn contact_support_map_halfspace<G>(
    pos12: &Isometry<f32, Unit<Quaternion<f32>>, 3>,
    other: &G,
    halfspace: &HalfSpace,
    prediction: f32
) -> Option<Contact>where
    G: SupportMap + ?Sized,
Expand description

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