Function do_boxes_intersect

Source
pub fn do_boxes_intersect(p1: (Point, Point), p2: (Point, Point)) -> bool
Expand description

\return True if the boxes (defined by the bounding box) intersect.