Back to FabImage Library website
You are here: Start » Function Reference » Path » Path Features » PathBoundingCircle

PathBoundingCircle
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Computes the smallest circle enclosing a path.
Syntax
C++
C#
void fil::PathBoundingCircle ( const fil::Path& inPath, fil::Circle2D& outBoundingCircle )
Parameters
Examples
![]() |
The resulting outBoundingCircle circle drawn onto the sample path.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty path on input in PathBoundingCircle. |
See Also
- PathBoundingBox – Computes the smallest box containing a path.
- RegionBoundingCircle – Computes the smallest circle enclosing a region.