MRC_API void MR_BestFitParabolad_DestroyArray(const MR_BestFitParabolad *_this)
Destroys a heap-allocated array of MR_BestFitParabolad. Does nothing if the pointer is null.
MRC_API const MR_BestFitParabolaf * MR_BestFitParabolaf_OffsetPtr(const MR_BestFitParabolaf *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API void MR_BestFitParabolad_Destroy(const MR_BestFitParabolad *_this)
Destroys a heap-allocated instance of MR_BestFitParabolad. Does nothing if the pointer is null.
struct MR_Parabolad MR_Parabolad
Definition MRBestFitParabola.h:11
MRC_API void MR_BestFitParabolaf_Destroy(const MR_BestFitParabolaf *_this)
Destroys a heap-allocated instance of MR_BestFitParabolaf. Does nothing if the pointer is null.
struct MR_BestFitParabolad MR_BestFitParabolad
Definition MRBestFitParabola.h:21
MRC_API MR_BestFitParabolaf * MR_BestFitParabolaf_ConstructFromAnother(const MR_BestFitParabolaf *_other)
MRC_API void MR_BestFitParabolaf_addPoint_3(MR_BestFitParabolaf *_this, float x, float y, float weight)
struct MR_Parabolaf MR_Parabolaf
Definition MRBestFitParabola.h:12
MRC_API MR_BestFitParabolad * MR_BestFitParabolad_OffsetMutablePtr(MR_BestFitParabolad *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_BestFitParabolaf * MR_BestFitParabolaf_AssignFromAnother(MR_BestFitParabolaf *_this, const MR_BestFitParabolaf *_other)
struct MR_BestFitParabolaf MR_BestFitParabolaf
Definition MRBestFitParabola.h:17
MRC_API const MR_BestFitParabolad * MR_BestFitParabolad_OffsetPtr(const MR_BestFitParabolad *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_BestFitParabolad * MR_BestFitParabolad_DefaultConstruct(void)
MRC_API MR_BestFitParabolaf * MR_BestFitParabolaf_DefaultConstruct(void)
MRC_API MR_BestFitParabolad * MR_BestFitParabolad_DefaultConstructArray(size_t num_elems)
MRC_API MR_Parabolad * MR_BestFitParabolad_getBestParabola(const MR_BestFitParabolad *_this, const double *tol)
MRC_API MR_Parabolaf * MR_BestFitParabolaf_getBestParabola(const MR_BestFitParabolaf *_this, const float *tol)
MRC_API MR_BestFitParabolad * MR_BestFitParabolad_AssignFromAnother(MR_BestFitParabolad *_this, const MR_BestFitParabolad *_other)
MRC_API void MR_BestFitParabolaf_addPoint_2(MR_BestFitParabolaf *_this, float x, float y)
MRC_API void MR_BestFitParabolaf_DestroyArray(const MR_BestFitParabolaf *_this)
Destroys a heap-allocated array of MR_BestFitParabolaf. Does nothing if the pointer is null.
MRC_API MR_BestFitParabolaf * MR_BestFitParabolaf_OffsetMutablePtr(MR_BestFitParabolaf *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_BestFitParabolaf * MR_BestFitParabolaf_DefaultConstructArray(size_t num_elems)
MRC_API void MR_BestFitParabolad_addPoint_2(MR_BestFitParabolad *_this, double x, double y)
MRC_API void MR_BestFitParabolad_addPoint_3(MR_BestFitParabolad *_this, double x, double y, double weight)
MRC_API MR_BestFitParabolad * MR_BestFitParabolad_ConstructFromAnother(const MR_BestFitParabolad *_other)
#define MRC_API
Definition exports.h:11