Function parry3d::query::closest_points::closest_points_cuboid_cuboid
source · pub fn closest_points_cuboid_cuboid(
pos12: &Isometry<Real>,
cuboid1: &Cuboid,
cuboid2: &Cuboid,
margin: Real
) -> ClosestPoints
Expand description
Closest points between two cuboids.