static bool areEqual(AABB a, AABB b) { return a.left == b.left && a.top == b.top && a.right == b.right && a.bottom == b.bottom; }