Back to Aurora Vision Library Lite website
You are here: Start » Basic » Box » BoxesBoundingBox_OrNil
BoxesBoundingBox_OrNil
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Computes the bounding box of given boxes; returns NIL if the array is empty.
Syntax
void avl::BoxesBoundingBox_OrNil ( const atl::Array<avl::Box>& inBoxes, atl::Conditional<avl::Box>& outBoundingBox )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBoxes | const Array<Box>& | ||
![]() |
outBoundingBox | Conditional<Box>& |


