Searched refs:s_sqrt3 (Results 1 – 2 of 2) sorted by relevance
53 const Scalar s_sqrt3 = std::sqrt(Scalar(3.0)); in computeRoots() local81 roots(0) = c2_over_3 - rho*(cos_theta + s_sqrt3*sin_theta); in computeRoots()82 roots(1) = c2_over_3 - rho*(cos_theta - s_sqrt3*sin_theta); in computeRoots()
574 const Scalar s_sqrt3 = sqrt(Scalar(3));600 roots(0) = c2_over_3 - rho*(cos_theta + s_sqrt3*sin_theta); // == 2*rho*cos(theta+2pi/3)601 roots(1) = c2_over_3 - rho*(cos_theta - s_sqrt3*sin_theta); // == 2*rho*cos(theta+ pi/3)