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

Closest points between a cuboid and a triangle.