GeometryFit Class

CVB.Net Documentation
Fitting algorithms for geometric objects.
Inheritance Hierarchy

SystemObject
  Stemmer.CvbGeometryFit

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

public static class GeometryFit
Methods

  NameDescription
Public methodStatic memberPlane(Point3Dd)
Fits a Plane into the given points.
Public methodStatic memberPlane(Point3Df)
Fits a Plane into the given points.
Public methodStatic memberPlane(Point3Dd, Double)
Iteratively fits a Plane into the given points.
Public methodStatic memberPlane(Point3Df, Single)
Iteratively fits a Plane into the given points.
Top
See Also

Reference