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

AVS.FitLineToPoints3D_LTE Method

Approximates points in 3D with a line using Least Trimmed Error algorithm.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FitLineToPoints3D_LTE
(
	IList<AvlNet.Point3D> inPoints,
	int inSeedSubsetSize,
	out AvlNet.Line3D outLine
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point3D>
inSeedSubsetSizeint<2, 10>3Number of points in one combination for getting a sample line. Default value: 3.
outLineAvlNet.Line3DFitted line.

Function Overrides

See also