You are here: Start » AVL.NET » AVL.FitLineToPoints_M(AvlNet.Point2D[], AvlNet.MEstimator, float, int, AvlNet.Line2D)

AVL.FitLineToPoints_M(AvlNet.Point2D[], AvlNet.MEstimator, float, int, AvlNet.Line2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FitLineToPoints_M(
	AvlNet.Point2D[] inPoints,
	AvlNet.MEstimator inOutlierSuppression,
	float inClippingFactor,
	int inIterationCount,
	out AvlNet.Line2D outLine
)

Parameters

inPoints
Type: AvlNet.Point2D
inOutlierSuppression
Type: AvlNet.MEstimator
inClippingFactor
Type: System.Single
inIterationCount
Type: System.Int32
outLine
Type: AvlNet.Line2D

See also