You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Fitting » AVL.FitLineToPoints3D

AVL.FitLineToPoints3D

Approximates points in 3D with a line using the Least Squares method.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void FitLineToPoints3D
(
	IList<AvlNet.Point3D> inPoints,
	out AvlNet.Line3D outLine,
	out float outError
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point3D>
outLineAvlNet.Line3D
outErrorfloat

Errors

List of possible exceptions:

Error type Description
DomainError Empty point array in FitLineToPoints3D.

Function Overrides

See also