GeometryFitPlane Method (Point3Df, Single)

CVB.Net Documentation
Iteratively fits a Plane into the given points.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Plane Plane(
	Point3Df[] points,
	float locality
)

Parameters

points
Type: Stemmer.CvbPoint3Df
Points to fit plane into.
locality
Type: SystemSingle
Distance in which the points should be considered to belong to the plane.

Return Value

Type: Plane
New plane object fitted into the points.
See Also

Reference