Searched defs:Cy (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libavoid/
H A Dgeometry.cpp432 double Ax,Bx,Cx,Ay,By,Cy,d,e,f,num; local
482 Cy = a1.y - b1.y;
484 d = By*Cx - Bx*Cy;
498 e = Ax*Cy - Ay*Cx;
532 double Ax,Bx,Cx,Ay,By,Cy,d,f,num; local
540 Cy = a1.y - b1.y;
542 d = By*Cx - Bx*Cy;
/inkscape/src/livarot/
H A DPathSimplify.cpp1144 double const Cy = (p0[Geom::Y] - 2 * p1[Geom::Y] + p2[Geom::Y]) * N01(it) + local
1148 double const ddF = 18 * (Bx * Bx + By * By) - 12 * (Ax * Cx + Ay * Cy);

Completed in 19 milliseconds