You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inPoints | System.Collections.Generic.List<Avl.Point3D> | |||
![]()  | outLine | Avl.Line3D | |||
![]()  | outError | Atl.Optional<float> | 


