13 lines
214 B
C
13 lines
214 B
C
|
#ifndef FIT_DEFINE_H
|
||
|
#define FIT_DEFINE_H
|
||
|
#include <QVector>
|
||
|
//2次拟合输入参数
|
||
|
typedef struct tag2PloynimilFit
|
||
|
{
|
||
|
QVector<double> first;
|
||
|
QVector<double> second;
|
||
|
}*p2Ploynimainl,_2Ploynimial;
|
||
|
|
||
|
#endif
|
||
|
|