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

/inkscape/src/2geom/
H A Dsolve-bezier-one-d.cpp225 const double right_intercept = std::max(intercept_1, intercept_2);
227 const double error = 0.5 * (right_intercept - left_intercept);
H A Dsolve-bezier-parametric.cpp151 const double right_intercept = std::max(intercept_1, intercept_2); local
153 const double error = 0.5 * (right_intercept - left_intercept);

Completed in 14 milliseconds