MeshLib C# Docs
Loading...
Searching...
No Matches
MR.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 non-const half of the class. More...

+ Inheritance diagram for MR.BestFitParabolad:

Public Member Functions

unsafe BestFitParabolad ()
 Constructs an empty (default-constructed) instance.
 
unsafe BestFitParabolad (MR.Const_BestFitParabolad _other)
 Generated from constructor MR.BestFitParabolad.BestFitParabolad.
 
 BestFitParabolad (BestFitParabolad _other)
 Generated from constructor MR.BestFitParabolad.BestFitParabolad.
 
unsafe MR.BestFitParabolad assign (MR.Const_BestFitParabolad _other)
 Generated from method MR.BestFitParabolad.operator=.
 
unsafe void addPoint (double x, double y)
 accumulates one more point for parabola fitting Generated from method MR.BestFitParabolad.addPoint.
 
unsafe void addPoint (double x, double y, double weight)
 accumulates one more point with given weight for parabola fitting Generated from method MR.BestFitParabolad.addPoint.
 

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 non-const half of the class.

Constructor & Destructor Documentation

◆ BestFitParabolad() [1/3]

unsafe MR.BestFitParabolad.BestFitParabolad ( )
inline

Constructs an empty (default-constructed) instance.

◆ BestFitParabolad() [2/3]

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

Generated from constructor MR.BestFitParabolad.BestFitParabolad.

◆ BestFitParabolad() [3/3]

MR.BestFitParabolad.BestFitParabolad ( BestFitParabolad _other)
inline

Generated from constructor MR.BestFitParabolad.BestFitParabolad.

Member Function Documentation

◆ addPoint() [1/2]

unsafe void MR.BestFitParabolad.addPoint ( double x,
double y )
inline

accumulates one more point for parabola fitting Generated from method MR.BestFitParabolad.addPoint.

◆ addPoint() [2/2]

unsafe void MR.BestFitParabolad.addPoint ( double x,
double y,
double weight )
inline

accumulates one more point with given weight for parabola fitting Generated from method MR.BestFitParabolad.addPoint.

◆ assign()

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

Generated from method MR.BestFitParabolad.operator=.


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