BBOXVERTICES Computes all vertices of a bounding box V = bboxvertices(BoxMin, BoxMax, n) --------------------------------------------------------------------------- DESCRIPTION --------------------------------------------------------------------------- Computes all vertices of a bounding box defined by lower and upper points. --------------------------------------------------------------------------- INPUT --------------------------------------------------------------------------- BoxMin - lower point of the bounding box BoxMax - upper point of the bounding box n - dimension of the bounding box --------------------------------------------------------------------------- OUTPUT --------------------------------------------------------------------------- V - vertices of the bounding box, stored column-wise!!! see also BOUNDING_BOX