ncollide3d::query

Function proximity_support_map_support_map

Source
pub fn proximity_support_map_support_map<N, G1, G2>(
    m1: &Isometry<N>,
    g1: &G1,
    m2: &Isometry<N>,
    g2: &G2,
    margin: N,
) -> Proximity
where N: RealField + Copy, G1: SupportMap<N> + ?Sized, G2: SupportMap<N> + ?Sized,
Expand description

Proximity between support-mapped shapes (Cuboid, ConvexHull, etc.)