BOXES2D Description of functions operating on bounding boxes.

   A box is represented as a set of limits in each direction:
   BOX = [XMIN XMAX YMIN YMAX].

   Boxes are used as result of computation for bounding boxes, and to clip
   shapes.

   See also
   boundingBox, clipPoints, clipLine, clipEdge, clipRay
   mergeBoxes, intersectBoxes, randomPointInBox, boxToRect, boxToPolygon

Package: matgeom