Searched refs:vertex_dist_epsilon (Results 1 – 1 of 1) sorted by relevance
72 const float vertex_dist_epsilon = 1e-14f; variable86 bool ret = (dist = calc_distance(x, y, val.x, val.y)) > vertex_dist_epsilon; in operator()