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

AVL.ShapeInscribedCircle

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inShapeAvlNet.Path
outInscribedCircleAvlNet.Circle2D

Errors

List of possible exceptions:

Error type Description
DomainError Open path on input in ShapeInscribedCircle.

See also