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

/haiku/headers/libs/agg/
H A Dagg_vertex_sequence.h147 bool ret = (dist = calc_distance(x, y, val.x, val.y)) > vertex_dist_epsilon;
148 if(!ret) dist = 1.0 / vertex_dist_epsilon;
H A Dagg_math.h28 //------------------------------------------------------vertex_dist_epsilon
30 const double vertex_dist_epsilon = 1e-14; member in namespace:agg
80 if(d < vertex_dist_epsilon)
H A Dagg_path_storage.h750 if(calc_distance(x, y, x0, y0) > vertex_dist_epsilon)

Completed in 49 milliseconds