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


