check_boxes_intersect: Checks if two bounding boxes intersect.

Description Usage Arguments Value

Description

Checks if two bounding boxes intersect.

Usage

1

Arguments

box1

Vector '(xmin, ymin, xmax, ymax)' with box coordinates.

box2

Vector '(xmin, ymin, xmax, ymax)' with box coordinates.

Value

'TRUE' if 'box1' and 'box2' intersect, else 'FALSE'.


maju116/platypus documentation built on Oct. 18, 2020, 9:40 a.m.