From 3be6a21b528cdb7f9735526bde2cd429e2984b96 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 12:51:30 +0000 Subject: Utilisateur : Fcolin Date : 25/10/01 Heure : 11:44 Créé (vss 1) --- Bus/Horloge/Curvefit.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Bus/Horloge/Curvefit.h (limited to 'Bus/Horloge/Curvefit.h') diff --git a/Bus/Horloge/Curvefit.h b/Bus/Horloge/Curvefit.h new file mode 100644 index 0000000..79918d7 --- /dev/null +++ b/Bus/Horloge/Curvefit.h @@ -0,0 +1,15 @@ +// Curvefit.h: interface for the CBezierfit class. +// +////////////////////////////////////////////////////////////////////// + +#if !defined(AFX_CURVEFIT_H__8CC78BC2_CA92_11D3_949E_00104B6C2FFE__INCLUDED_) +#define AFX_CURVEFIT_H__8CC78BC2_CA92_11D3_949E_00104B6C2FFE__INCLUDED_ + +#if _MSC_VER >= 1000 +#pragma once +#endif // _MSC_VER >= 1000 + +void CalcBezier(const double *Rawdata, int n, double *Control); + + +#endif // !defined(AFX_CURVEFIT_H__8CC78BC2_CA92_11D3_949E_00104B6C2FFE__INCLUDED_) -- cgit v1.1