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

pub fn closest_points_cuboid_cuboid(
    pos12: &Isometry<Real>,
    cuboid1: &Cuboid,
    cuboid2: &Cuboid,
    margin: Real
) -> ClosestPoints

Closest points between two cuboids.