merge abstract method

Box merge(
  1. Box other
)

Returns a minimum bounding box containing both this and other.

Implementation

Box merge(Box other);