Skip to main content

cuboid_cuboid_find_local_separating_edge_twoway

Function cuboid_cuboid_find_local_separating_edge_twoway 

Source
pub fn cuboid_cuboid_find_local_separating_edge_twoway(
    cuboid1: &Cuboid,
    cuboid2: &Cuboid,
    pos12: &Isometry<f64>,
) -> (f64, Vector<f64>)
Expand description

Finds the best separating edge between two cuboids.

All combinations of edges from both cuboids are taken into account.