pub fn intersection_test_triangle_cuboid( pos12: &Isometry<f32>, triangle1: &Triangle, cuboid2: &Cuboid, ) -> bool
Tests if a triangle intersects a cuboid.