pub fn do_boxes_intersect(p1: (Point, Point), p2: (Point, Point)) -> bool
\return True if the boxes (defined by the bounding box) intersect.