Back to Aurora Vision Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Features » EllipseBoundingBox
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Computes the smallest box containing an ellipse.
Syntax
C++
C#
void avl::EllipseBoundingBox ( const avl::Ellipse2D& inEllipse, avl::Box& outBoundingBox )


