Searched refs:solution_y (Results 1 – 1 of 1) sorted by relevance
223 double solution_y; in calculate() local230 solution_y = 0.0; in calculate()231 solution_y += (y > m_focus_y) ? m_trivial : -m_trivial; in calculate()258 solution_y = (slope * solution_x) + yint; in calculate()265 solution_y -= double(m_focus_y); in calculate()266 double int_to_focus = solution_x * solution_x + solution_y * solution_y; in calculate()