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

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...

Inheritance diagram for MR.Const_BestFitParabolaf:

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)

Detailed Description

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.

Constructor & Destructor Documentation

◆ Const_BestFitParabolaf() [1/3]

unsafe MR.Const_BestFitParabolaf.Const_BestFitParabolaf ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_BestFitParabolaf() [2/3]

unsafe MR.Const_BestFitParabolaf.Const_BestFitParabolaf ( MR.Const_BestFitParabolaf _other)
inline

Generated from constructor MR.BestFitParabolaf.BestFitParabolaf.

◆ Const_BestFitParabolaf() [3/3]

MR.Const_BestFitParabolaf.Const_BestFitParabolaf ( BestFitParabolaf _other)
inline

Generated from constructor MR.BestFitParabolaf.BestFitParabolaf.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_BestFitParabolaf.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ getBestParabola()

unsafe MR.Parabolaf MR.Const_BestFitParabolaf.getBestParabola ( float? tol = null)
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().


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