pub fn support_map_support_map_compute_separation(
    sm1: &impl SupportMap,
    sm2: &impl SupportMap,
    pos12: &Isometry<f32, Unit<Quaternion<f32>>, 3>,
    dir1: &Unit<Matrix<f32, Const<3>, Const<1>, ArrayStorage<f32, 3, 1>>>
) -> f32
Expand description

Computes the separation along the given direction, between two convex shapes implementing the SupportMap trait.