pub fn is_close_to_box( low_xy: Point2<i8>, high_xy: Point2<i8>, p: Point2<i8>, tolerance: i8, ) -> bool