Function heron::rapier_plugin::rapier2d::parry::query::details::closest_points_halfspace_support_map[][src]

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

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