pub fn closest_points_cuboid_triangle(
    pos12: &Isometry<f32, Unit<Complex<f32>>, 2>,
    cuboid1: &Cuboid,
    triangle2: &Triangle,
    margin: f32
) -> ClosestPoints
Expand description

Closest points between a cuboid and a triangle.