Searched defs:rel_error_bound (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/2geom/ | ||
H A D | coord.h | 93 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