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

/haiku-fatelf/src/libs/agg/gpc/
H A Dgpc.h45 /* Increase GPC_EPSILON to encourage merging of near coincident edges */
47 #define GPC_EPSILON (DBL_EPSILON) macro
H A Dgpc.c75 #define EQ(a, b) (fabs((a) - (b)) <= GPC_EPSILON)

Completed in 39 milliseconds