box = boxIntersect(box1, box2)
boxIntersect, compute the intersection of two boxes
| box1 | any | box representation of rectangle [xmin xmax ymin ymax] |
| box2 | any | box representation of rectangle [xmin xmax ymin ymax] |
| box | any | box representation of the intersecting rectangle [xmin xmax ymin ymax] |