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

AVS.ShapeInscribedCircle Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ShapeInscribedCircle
(
	AvlNet.Path inShape,
	out AvlNet.Circle2D outInscribedCircle
)

Parameters

Name Type Range Default Description
inShapeAvlNet.Path
outInscribedCircleAvlNet.Circle2D

See also