Back to Adaptive Vision Library Lite website
You are here: Start » Geometry 2D Features » CircleBoundingBox
CircleBoundingBox
Computes the smallest box containing a circle.
Syntax
void avl::CircleBoundingBox ( const avl::Circle2D& inCircle, avl::Box& outBoundingBox )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inCircle | const Circle2D& | ||
![]() |
outBoundingBox | Box& |
Examples
CircleBoundingBox performed on a sample circle.


