parry3d::query::contact

Function contact_halfspace_support_map

source
pub fn contact_halfspace_support_map<G: ?Sized + SupportMap>(
    pos12: &Isometry<f32>,
    halfspace: &HalfSpace,
    other: &G,
    prediction: f32,
) -> Option<Contact>
Expand description

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