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

/inkscape/src/live_effects/
H A Dlpe-envelope.cpp125 Piecewise<SBasis> x4 = x ; local
182 + xbis*(compose((uskeleton4),y4) + -x4*compose(n4,y4) );
/inkscape/src/helper/
H A Dgeom.cpp632 const double x4, const double y4,
659 double x34 = (x3 + x4) / 2;
671 double dx = x4-x1;
674 double d2 = fabs(((x2 - x4) * dy - (y2 - y4) * dx));
675 double d3 = fabs(((x3 - x4) * dy - (y3 - y4) * dx));
688 d3 = calc_sq_distance(x4, y4, x3, y3);
706 else if(d2 >= 1) d2 = calc_sq_distance(x2, y2, x4, y4);
710 else if(d3 >= 1) d3 = calc_sq_distance(x3, y3, x4, y4);
744 da1 = fabs(atan2(y4 - y3, x4 - x3) - atan2(y3 - y2, x3 - x2));
817 da2 = fabs(atan2(y4 - y3, x4
629 recursive_bezier4(const double x1, const double y1, const double x2, const double y2, const double x3, const double y3, const double x4, const double y4, std::vector<Geom::Point> &m_points, int level) argument
[all...]

Completed in 18 milliseconds