karbon
vcurvefit.h
00001 #ifndef __VCURVEFIT_H__ 00002 #define __VCURVEFIT_H__ 00003 00004 #include <qstring.h> 00005 #include <qptrlist.h> 00006 #include "KoPoint.h" 00007 00008 VPath *bezierFit(QPtrList<KoPoint> &points,float error); 00009 00010 #endif 00011