pub fn closest_points_cuboid_triangle( pos12: &Isometry<f32>, cuboid1: &Cuboid, triangle2: &Triangle, margin: f32, ) -> ClosestPoints
Closest points between a cuboid and a triangle.