accumulates a number of (x,y) points to find the best-least-squares parabola approximating them Generated from class MR.BestFitParabolaf. This is the const half of the class. More...
Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_BestFitParabolaf () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_BestFitParabolaf (MR.Const_BestFitParabolaf _other) |
| Generated from constructor MR.BestFitParabolaf.BestFitParabolaf. | |
| Const_BestFitParabolaf (BestFitParabolaf _other) | |
| Generated from constructor MR.BestFitParabolaf.BestFitParabolaf. | |
| unsafe MR.Parabolaf | getBestParabola (float? tol=null) |
| computes the best approximating parabola from the accumulated points; Generated from method MR.BestFitParabolaf.getBestParabola. Parameter tol defaults to std::numeric_limits<float>::epsilon(). | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
accumulates a number of (x,y) points to find the best-least-squares parabola approximating them Generated from class MR.BestFitParabolaf. This is the const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.BestFitParabolaf.BestFitParabolaf.
|
inline |
Generated from constructor MR.BestFitParabolaf.BestFitParabolaf.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
computes the best approximating parabola from the accumulated points; Generated from method MR.BestFitParabolaf.getBestParabola. Parameter tol defaults to std::numeric_limits<float>::epsilon().