parry3d::query::closest_points

Function closest_points_triangle_cuboid

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

Closest points between a triangle and a cuboid.