Skip to main content

test_bounds_overlap

Function test_bounds_overlap 

Source
pub fn test_bounds_overlap(
    node_min1: Vec3,
    node_max1: Vec3,
    node_min2: Vec3,
    node_max2: Vec3,
) -> bool
Expand description

Test overlap between two AABBs given as min/max corners. (simd.h: b3TestBoundsOverlap)