Tests 2 axis aligned bounding boxes for intersection.
- Parameters
-
min1 | Min position of the first box. |
max1 | Max position of the first box. |
min2 | Min position of the second box. |
max2 | Max position of the second box. |
- Returns
- Returns true if the boxes intersect.