Searched refs:r_minus_eps (Results 1 – 2 of 2) sorted by relevance
157 const float r_minus_eps = std::max(0.f, max_len - tolerance); variable159 const float numer = sqrtf(grvx::dot(dp, dp)) + r_minus_eps * dw;
67 const float r_minus_eps = std::max(0.f, max_len - eps); in wangs_formula_conic_reference_impl() local71 (tP[2] - tP[1] * 2 * w + tP[0]).length() + r_minus_eps * std::abs(1 - 2 * w + 1); in wangs_formula_conic_reference_impl()