Back to Aurora Vision Library website
You are here: Start » Function Reference » Basic » Box » BoxesBoundingBox
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Computes the bounding box of given boxes.
Syntax
C++
C#
void avl::BoxesBoundingBox ( const atl::Array<avl::Box>& inBoxes, avl::Box& outBoundingBox )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty array on input in BoxesBoundingBox. |


