Back to Adaptive Vision Library website
 
                
                    
		
	You are here: Start » Function Reference » Geometry 2D Features » PointsBoundingBox_OrNil
Computes the smallest box containing an array of points; returns NIL if the array is empty.
Syntax
C++
C#
void avl::PointsBoundingBox_OrNil ( const atl::Array<avl::Point2D>& inPoints, atl::Conditional<avl::Box>& outBoundingBox )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
|  | inPoints | const Array<Point2D>& | ||
|  | outBoundingBox | Conditional<Box>& | 

 
 
