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

/inkscape/src/2geom/
H A Delliptical-arc-from-sbasis.cpp104 << "bound: " << dist_bound << std::endl
144 double dist_err, dist_bound, angle_err; member in class:Geom::make_elliptical_arc
216 dist_bound = std::fabs( e1x * p[k][X] + e1y * p[k][Y] + e2 );
222 return ( dist_err > dist_bound || angle_err > angle_tol );

Completed in 14 milliseconds