Function heron::rapier_plugin::rapier2d::parry::query::contact::contact_support_map_halfspace[][src]

pub fn contact_support_map_halfspace<G>(
    pos12: &Isometry<f32, Unit<Complex<f32>>, 2_usize>,
    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.