Fitting algorithms for geometric objects. More...
Static Public Member Functions | |
static Geometry3D.Plane | Plane (Point3Dd[] points, double locality) |
Iteratively fits a Geometry3D.Plane into the given points . More... | |
static unsafe Geometry3D.Plane | Plane (Point3Dd[] points) |
Fits a Geometry3D.Plane into the given points . More... | |
static Geometry3D.Plane | Plane (Point3Df[] points, float locality) |
Iteratively fits a Geometry3D.Plane into the given points . More... | |
static unsafe Geometry3D.Plane | Plane (Point3Df[] points) |
Fits a Geometry3D.Plane into the given points . More... | |
Fitting algorithms for geometric objects.
|
static |
Fits a Geometry3D.Plane into the given points .
Also fits a plane in points lying on one line, thus make sure that the points really span a plane.
points | Points to fit plane into. |
|
static |
Iteratively fits a Geometry3D.Plane into the given points .
points | Points to fit plane into. |
locality | Distance in which the points should be considered to belong to the plane. |
|
static |
Fits a Geometry3D.Plane into the given points .
Also fits a plane in points lying on one line, thus make sure that the points really span a plane.
points | Points to fit plane into. |
|
static |
Iteratively fits a Geometry3D.Plane into the given points .
points | Points to fit plane into. |
locality | Distance in which the points should be considered to belong to the plane. |