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

/inkscape/src/2geom/
H A Dcoord.h93 inline bool rel_error_bound(Coord a, Coord b, double eps=EPSILON) { return a <= eps*b && a >= -eps*b; } function in namespace:Geom

Completed in 372 milliseconds