You are here: Start » AVL.NET » AVL.FitCircleToPoints(AvlNet.Point2D[], AvlNet.CircleFittingMethod, AvlNet.Circle2D?)

AVL.FitCircleToPoints(AvlNet.Point2D[], AvlNet.CircleFittingMethod, AvlNet.Circle2D?)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FitCircleToPoints(
	AvlNet.Point2D[] inPoints,
	AvlNet.CircleFittingMethod inFittingMethod,
	out AvlNet.Circle2D? outCircle
)

Parameters

inPoints
Type: AvlNet.Point2D
inFittingMethod
Type: AvlNet.CircleFittingMethod
outCircle
Type: System.Nullable<AvlNet.Circle2D>

See also