Function parry3d::query::closest_points::closest_points_triangle_cuboid[][src]

pub fn closest_points_triangle_cuboid(
    pos12: &Isometry<Real>,
    triangle1: &Triangle,
    cuboid2: &Cuboid,
    margin: Real
) -> ClosestPoints

Closest points between a triangle and a cuboid.