You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#ifndef __VCURVEFIT_H__
|
|
|
|
#define __VCURVEFIT_H__
|
|
|
|
|
|
|
|
#include <tqstring.h>
|
|
|
|
#include <tqptrlist.h>
|
|
|
|
#include "KoPoint.h"
|
|
|
|
|
|
|
|
VPath *bezierFit(TQPtrList<KoPoint> &points,float error);
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|