testAabAab

Test whether the axis-aligned box with minimum corner <code>minA</code> and maximum corner <code>maxA</code> intersects the axis-aligned box with minimum corner <code>minB</code> and maximum corner <code>maxB</code>.

@param minA the minimum corner of the first axis-aligned box @param maxA the maximum corner of the first axis-aligned box @param minB the minimum corner of the second axis-aligned box @param maxB the maximum corner of the second axis-aligned box @return <code>true</code> iff both axis-aligned boxes intersect; <code>false</code> otherwise

Meta