Function heron::rapier_plugin::rapier2d::parry::query::closest_points::closest_points_support_map_halfspace[][src]

pub fn closest_points_support_map_halfspace<G>(
    pos12: &Isometry<f32, Unit<Complex<f32>>, 2_usize>,
    other: &G,
    halfspace: &HalfSpace,
    margin: f32
) -> ClosestPoints where
    G: SupportMap + ?Sized
Expand description

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