Searched refs:Yk (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
H A DPathSimplify.cpp161 data.Xk = data.Yk = data.Qk = NULL;
232 g_free(data.Yk);
247 // primitive= calc the cubic bezier patche that fits Xk and Yk best
251 double *Xk, double *Yk, double *Qk, double *tk, int nbPt)
277 Yk[0] = start[1];
279 Yk[nbPt - 1] = end[1];
300 Qk[i] = Yk[i] - N03 (tk[i]) * Yk[0] - N33 (tk[i]) * Yk[nbPt - 1];
326 data.Yk
250 FitCubic(Geom::Point const &start, PathDescrCubicTo &res, double *Xk, double *Yk, double *Qk, double *tk, int nbPt) argument
744 double *Yk; // la coordonnee traitee (x puis y) local
[all...]
H A DPath.h375 double *Xk, double *Yk, double *Qk, double *tk, int nbPt);
380 double *Yk; member in struct:Path::fitting_tables

Completed in 23 milliseconds