Declaration
public static bool BoundingBoxWithBoundingBox(
ref BoundingBoxD box1,
ref BoundingBoxD box2
)Summary
Checks for intersections between the two bounding boxes specified by the coordinates. Returns true if there is
at least one intersection.