Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, BestFitParabolad arg0) |
| None | addPoint (self, float x, float y) |
| None | addPoint (self, float x, float y, float weight) |
| Parabolad | getBestParabola (self, float tol=2.220446049250313e-16) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| BestFitParabolad | operator (*args, **kwargs) |
| BestFitParabolad | operator (*args, **kwargs) |
Generated from: MR::BestFitParabolad accumulates a number of (x,y) points to find the best-least-squares parabola approximating them
|
static |
| None mrmeshpy.BestFitParabolad.__init__ | ( | self | ) |
| None mrmeshpy.BestFitParabolad.__init__ | ( | self, | |
| BestFitParabolad | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.BestFitParabolad.addPoint | ( | self, | |
| float | x, | ||
| float | y ) |
accumulates one more point for parabola fitting
| None mrmeshpy.BestFitParabolad.addPoint | ( | self, | |
| float | x, | ||
| float | y, | ||
| float | weight ) |
accumulates one more point with given weight for parabola fitting
| Parabolad mrmeshpy.BestFitParabolad.getBestParabola | ( | self, | |
| float | tol = 2.220446049250313e-16 ) |
computes the best approximating parabola from the accumulated points;
|
static |
|
static |