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

+ Inheritance diagram for MR.BestFitParabolaf:

Public Member Functions

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

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

Constructor & Destructor Documentation

◆ BestFitParabolaf() [1/3]

unsafe MR.BestFitParabolaf.BestFitParabolaf ( )
inline

Constructs an empty (default-constructed) instance.

◆ BestFitParabolaf() [2/3]

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

Generated from constructor MR.BestFitParabolaf.BestFitParabolaf.

◆ BestFitParabolaf() [3/3]

MR.BestFitParabolaf.BestFitParabolaf ( BestFitParabolaf _other)
inline

Generated from constructor MR.BestFitParabolaf.BestFitParabolaf.

Member Function Documentation

◆ addPoint() [1/2]

unsafe void MR.BestFitParabolaf.addPoint ( float x,
float y )
inline

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

◆ addPoint() [2/2]

unsafe void MR.BestFitParabolaf.addPoint ( float x,
float y,
float weight )
inline

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

◆ assign()

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

Generated from method MR.BestFitParabolaf.operator=.


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