Skip to main content

aabb_overlap

Function aabb_overlap 

Source
pub fn aabb_overlap(a: Aabb, b: Aabb) -> bool
Expand description

Do two AABBs overlap? (the BVH/R-tree broad-phase intersection test)