Various regression functions. More...
Static Public Member Functions | |
| static Circle | Circle (ICollection< IPosition > points) |
| Create a circle, that fits best into a collection of points. | |
| static Ellipse | Ellipse (ICollection< IPosition > points) |
| Create an ellipse, that fits best into a collection of points. | |
| static Line | Line (ICollection< IPosition > points) |
| Create a line, that fits best into a collection of points. | |
Various regression functions.
Create a circle, that fits best into a collection of points.
| points | Points to fit circle in. |
| ArgumentNullException | If points is null. |
Create an ellipse, that fits best into a collection of points.
| points | Points to fit the ellipse in. |
| ArgumentNullException | If points is null. |