Skip to main content

cuboid_cuboid_find_local_separating_normal_oneway

Function cuboid_cuboid_find_local_separating_normal_oneway 

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

Finds the best separating normal between two cuboids.

Only the normals from cuboid1 are tested.