Back to FabImage Library website
You are here: Start » Function Reference » Path » Polygon Features » PolygonInscribedCircle
PolygonInscribedCircle
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationBasic |
Computes the circle with the maximal possible area contained in the input polygon.
Syntax
C++
C#
void fil::PolygonInscribedCircle ( const fil::Path& inPolygon, fil::Circle2D& outInscribedCircle )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty path on input in PolygonInscribedCircle. |
| DomainError | Open path on input in PolygonInscribedCircle. |


