Back to Aurora Vision Library Lite website
You are here: Start » Path » Path Features » PathBoundingBox
PathBoundingBox
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Computes the smallest box containing a path.
Syntax
C++
Python
void avl::PathBoundingBox ( const avl::Path& inPath, avl::Box& outBoundingBox )
Parameters
Examples
![]() |
The resulting outBoundingBox box drawn onto the sample path.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty path on input in PathBoundingBox. |
See Also
- RegionBoundingBox – Computes the smallest box containing a region.



