Home > matGeom > geom2d > boxes2d.m

boxes2d

PURPOSE ^

BOXES2D Description of functions operating on bounding boxes.

SYNOPSIS ^

function boxes2d(varargin)

DESCRIPTION ^

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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function boxes2d(varargin)
0002 %BOXES2D Description of functions operating on bounding boxes.
0003 %
0004 %   A box is represented as a set of limits in each direction:
0005 %   BOX = [XMIN XMAX YMIN YMAX].
0006 %
0007 %   Boxes are used as result of computation for bounding boxes, and to clip
0008 %   shapes.
0009 %
0010 %   See also
0011 %   boundingBox, clipPoints, clipLine, clipEdge, clipRay
0012 %   mergeBoxes, intersectBoxes, randomPointInBox, boxToRect, boxToPolygon
0013 %
0014 
0015 % ------
0016 % Author: David Legland
0017 % e-mail: david.legland@inra.fr
0018 % Created: 2008-10-13,    using Matlab 7.4.0.287 (R2007a)
0019 % Copyright 2010 INRA - Cepia Software Platform.
0020 
0021 help('boxes2d');

Generated on Wed 16-Feb-2022 15:10:47 by m2html © 2003-2019