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

/inkscape/src/2geom/
H A Dsbasis-geometric.cpp276 double rel_tol = std::max(1.,std::max(V_in[0].tailError(0),V_in[1].tailError(0)))*tol; local
277 if (r_eqn1.tailError(order)>rel_tol || r_eqn2.tailError(order)>tol){

Completed in 15 milliseconds