[][src]Function parry2d::query::details::intersection_test_triangle_cuboid

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

Tests if a triangle intersects a cuboid.