GeometryFitPlane Method (Point3Dd, Double)

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(
	Point3Dd[] points,
	double locality
)

Parameters

points
Type: Stemmer.CvbPoint3Dd
Points to fit plane into.
locality
Type: SystemDouble
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