Back to Aurora Vision Library Lite website
You are here: Start » Geometry 2D » Geometry 2D Features » RectangleBoundingBox
RectangleBoundingBox
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Computes the smallest box containing a rectangle.
Syntax
void avl::RectangleBoundingBox ( const avl::Rectangle2D& inRectangle, avl::Box& outBoundingBox )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRectangle | const Rectangle2D& | ||
![]() |
outBoundingBox | Box& |
Examples
![]() |
RectangleBoundingBox performed on a rectangle (blue) with parameters: X = 25, Y = 175, Angle = 325, Width = 250, Height = 125.
The result (red box) is returned in outBoundingBox.



