intersect
Determines if two rectangles intersect.
Return
Intersect.INTERSECTING
if the rectangles intersect, Intersect.OUTSIDE
otherwise.
Parameters
left
A rectangle to check for intersection.
right
The other rectangle to check for intersection.
Determines if two rectangles intersect.
Intersect.INTERSECTING
if the rectangles intersect, Intersect.OUTSIDE
otherwise.
A rectangle to check for intersection.
The other rectangle to check for intersection.