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


