www.pudn.com > CurveEditor.rar > Helper.h


/* 
*	File name:		Helper.h 
*	Version:		1.0.0.1 
*	Programmer:		A.George 
*	Organization:	 
*	Date(start):	11/16/1999 
*	Date(finish):	 
*	Description: 
				This module defines a suit of functions for curves operation. 
*/ 
 
#ifndef _AG_HELPER_H_ 
#define _AG_HELPER_H_ 
 
 
int BezierFit(VECTOR avPoints[], int nPoints, VECTOR avCtrlPoints[]); 
 
#endif // _AG_HELPER_H_