You are here: Start » AVL.NET » Invoke.PolygonInscribedCircle

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
inPolygonAvl.Path
outInscribedCircleAvl.Circle2D

See also