Home > mpt > @polytope > private > bboxvertices.m

bboxvertices

PURPOSE ^

BBOXVERTICES Computes all vertices of a bounding box

SYNOPSIS ^

function boxPoints=bboxvertices(BoxMin, BoxMax, n)

DESCRIPTION ^

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

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003