Gets the orthogonal planar least squares fitting of a point set.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Plane OrthogonalLeastSquaresPlane { get; }
Visual Basic (Declaration)
Public ReadOnly Property OrthogonalLeastSquaresPlane As Plane
Visual C++
public:
property Plane^ OrthogonalLeastSquaresPlane {
	Plane^ get ();
}

Field Value

The orthogonal least squares plane through the points of the point set.

Remarks

The orthogonal least squares plane is the plane that minimizes the sum of the squared orthogonal distances of the points to the plane.

See Also