You are here: Start » AVL.NET » AVL.FitSegmentToPoints Method

AVL.FitSegmentToPoints Method

Approximates points with a segment using selected outliers suppression method.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FitSegmentToPoints(
	AvlNet.Point2D[] inPoints,
	AvlNet.MEstimator? inOutlierSuppression,
	out AvlNet.Segment2D outSegment
)

Parameters

Name Type Range Default Description
inPointsAvlNet.Point2D
inOutlierSuppressionAvlNet.MEstimator?
outSegmentAvlNet.Segment2D

Description

The orientation of the resulting outSegment is always between 0 and 180 degrees.

Examples

The resulting outSegment drawn with the input points, inOutlierSuppression = Auto.

See also