pub fn aabb_overlap(a: Aabb, b: Aabb) -> bool
Do two AABBs overlap? (the BVH/R-tree broad-phase intersection test)