You are here: Start » AVL.NET » AVS.PolygonInscribedCircle Method

AVS.PolygonInscribedCircle Method

Computes the circle with the maximal possible area contained in the input polygon.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PolygonInscribedCircle
(
	AvlNet.Path inPolygon,
	out AvlNet.Circle2D outInscribedCircle
)

Parameters

Name Type Range Default Description
inPolygonAvlNet.Path
outInscribedCircleAvlNet.Circle2D

See also