Back to FabImage Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Features » CircleBoundingBox
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Computes the smallest box containing a circle.
Syntax
C++
C#
void fil::CircleBoundingBox ( const fil::Circle2D& inCircle, fil::Box& outBoundingBox )
Parameters
Examples

CircleBoundingBox performed on a sample circle.