Gets the 3d orthogonal linear least squares fitting of a point set.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public Line OrthogonalLeastSquaresLine { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property OrthogonalLeastSquaresLine As Line |
| Visual C++ |
|---|
public: property Line^ OrthogonalLeastSquaresLine { Line^ get (); } |
Field Value
The 3d orthogonal least squares line through the points of the point set.
Remarks
The 3d orthogonal least squares line is the line that minimizes the sum of
the squared orthogonal distances of the points to the line.