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

AVS.FitCircleToPoints Method

Approximates points with a circle using selected outliers suppression method.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FitCircleToPoints
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.CircleFittingMethod inFittingMethod,
	out AvlNet.Circle2D? outCircle
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
inFittingMethodAvlNet.CircleFittingMethod
outCircleAvlNet.Circle2D?Fitted circle or nothing if method failed to converge.

Function Overrides

See also