MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_BestFitParabolad Class Reference

accumulates a number of (x,y) points to find the best-least-squares parabola approximating them Generated from class MR.BestFitParabolad. This is the const half of the class. More...

Inheritance diagram for MR.Const_BestFitParabolad:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_BestFitParabolad ()
 Constructs an empty (default-constructed) instance.
unsafe Const_BestFitParabolad (MR.Const_BestFitParabolad _other)
 Generated from constructor MR.BestFitParabolad.BestFitParabolad.
 Const_BestFitParabolad (BestFitParabolad _other)
 Generated from constructor MR.BestFitParabolad.BestFitParabolad.
unsafe MR.Parabolad getBestParabola (double? tol=null)
 computes the best approximating parabola from the accumulated points; Generated from method MR.BestFitParabolad.getBestParabola. Parameter tol defaults to std::numeric_limits<double>::epsilon().

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

accumulates a number of (x,y) points to find the best-least-squares parabola approximating them Generated from class MR.BestFitParabolad. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_BestFitParabolad() [1/3]

unsafe MR.Const_BestFitParabolad.Const_BestFitParabolad ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_BestFitParabolad() [2/3]

unsafe MR.Const_BestFitParabolad.Const_BestFitParabolad ( MR.Const_BestFitParabolad _other)
inline

Generated from constructor MR.BestFitParabolad.BestFitParabolad.

◆ Const_BestFitParabolad() [3/3]

MR.Const_BestFitParabolad.Const_BestFitParabolad ( BestFitParabolad _other)
inline

Generated from constructor MR.BestFitParabolad.BestFitParabolad.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_BestFitParabolad.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_BestFitParabolad.Dispose ( bool disposing)
inlineprotectedvirtual

◆ getBestParabola()

unsafe MR.Parabolad MR.Const_BestFitParabolad.getBestParabola ( double? tol = null)
inline

computes the best approximating parabola from the accumulated points; Generated from method MR.BestFitParabolad.getBestParabola. Parameter tol defaults to std::numeric_limits<double>::epsilon().


The documentation for this class was generated from the following file: