You are here: Start » AVL.NET » Invoke.PolygonInscribedCircle
Computes the circle with the maximal possible area contained in the input polygon.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void PolygonInscribedCircle ( Avl.Path inPolygon, out Avl.Circle2D outInscribedCircle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPolygon | Avl.Path | |||
![]() | outInscribedCircle | Avl.Circle2D |


