Function parry3d::query::closest_points::closest_points_cuboid_triangle
source · pub fn closest_points_cuboid_triangle(
pos12: &Isometry<Real>,
cuboid1: &Cuboid,
triangle2: &Triangle,
margin: Real
) -> ClosestPoints
Expand description
Closest points between a cuboid and a triangle.