Description Usage Arguments Value
Checks if two bounding boxes intersect.
1 | check_boxes_intersect(box1, box2)
|
box1 |
Vector '(xmin, ymin, xmax, ymax)' with box coordinates. |
box2 |
Vector '(xmin, ymin, xmax, ymax)' with box coordinates. |
'TRUE' if 'box1' and 'box2' intersect, else 'FALSE'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.