Skip to main content

closest_points_triangle_cuboid

Function closest_points_triangle_cuboid 

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

Closest points between a triangle and a cuboid.