diff options
author | fcolin | 2007-02-01 12:51:30 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:51:30 +0000 |
commit | 3be6a21b528cdb7f9735526bde2cd429e2984b96 (patch) | |
tree | 4ac3d366b7c68e364664c8e9d897606baedcb89f /Bus/Horloge | |
parent | 7459bca95529fc9a89f0d628bc19393c66499aba (diff) | |
download | ivy-cplusplus-3be6a21b528cdb7f9735526bde2cd429e2984b96.zip ivy-cplusplus-3be6a21b528cdb7f9735526bde2cd429e2984b96.tar.gz ivy-cplusplus-3be6a21b528cdb7f9735526bde2cd429e2984b96.tar.bz2 ivy-cplusplus-3be6a21b528cdb7f9735526bde2cd429e2984b96.tar.xz |
Utilisateur : Fcolin Date : 25/10/01 Heure : 11:44 Créé (vss 1)
Diffstat (limited to 'Bus/Horloge')
-rw-r--r-- | Bus/Horloge/Curvefit.h | 15 |
1 files changed, 15 insertions, 0 deletions
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_)
|