Searched refs:rho_1 (Results 1 – 1 of 1) sorted by relevance
34 double x1, y1, rho_1; in SmallMeshCorrect() local51 rho_1 = sqrt(x1 * x1 + y1 * y1); in SmallMeshCorrect()52 theta_1 = atan(Nz / rho_1); in SmallMeshCorrect()55 if (IS_DOUBLE_ZERO(rho_1)) in SmallMeshCorrect()69 x2 = (x1 / rho_1) * r + cx; in SmallMeshCorrect()70 y2 = (y1 / rho_1) * r + cy; in SmallMeshCorrect()