rect = rectIntersect(rect1, rect2)
Compute the intersection of two rectangles
rect1 | any | rectangle [left bottom width height] |
rect2 | any | rectangle [left bottom width height] |
rect | any | intersecting rectangle [left bottom width height] |