You are here: Start » AVL.NET » Invoke.FitLineToPoints3D

Invoke.FitLineToPoints3D

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Avl.Point3D>
outLineAvl.Line3D
outErrorAtl.Optional<float>

See also