#ifndef _CURVES_ #define _CURVES_ #include "globals.h" extern void NormalizeKnots(double xmin, double ymin, double s); void PlotCurve(int type, XPoint *point, int n, int usize); void CalcPoint(int type, int n, double u, XPoint *P); #endif