pub fn closest_points_triangle_cuboid(
    pos12: &Isometry<Real>,
    triangle1: &Triangle,
    cuboid2: &Cuboid,
    margin: Real
) -> ClosestPoints
Expand description

Closest points between a triangle and a cuboid.