pub fn intersection_test_triangle_cuboid(
    pos12: &Isometry<Real>,
    triangle1: &Triangle,
    cuboid2: &Cuboid
) -> bool
Expand description

Tests if a triangle intersects a cuboid.