parry3d::query::details

Function intersection_test_cuboid_cuboid

source
pub fn intersection_test_cuboid_cuboid(
    pos12: &Isometry<f32>,
    cuboid1: &Cuboid,
    cuboid2: &Cuboid,
) -> bool
Expand description

Intersection test between cuboids.