parry3d::query::details

Function intersection_test_triangle_cuboid

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

Tests if a triangle intersects a cuboid.