Gets the 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 LeastSquaresPlane { get; }
Visual Basic (Declaration)
Public ReadOnly Property LeastSquaresPlane As Plane
Visual C++
public:
property Plane^ LeastSquaresPlane {
	Plane^ get ();
}

Field Value

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

Remarks

The least squares plane is the plane that minimizes the sum of the squared vertical distances (in z-direction) of the points to the plane.

See Also