Function parry2d::query::closest_points::closest_points_cuboid_triangle[][src]

pub fn closest_points_cuboid_triangle(
    pos12: &Isometry<Real>,
    cuboid1: &Cuboid,
    triangle2: &Triangle,
    margin: Real
) -> ClosestPoints

Closest points between a cuboid and a triangle.