Lines Matching defs:lambda
770 double lambda = 0.5 * (Ixx + Iyy - sqrt((Ixx - Iyy) * (Ixx - Iyy) + 4.0 * Ixy * Ixy));774 double(fastAtan2(float(lambda - Ixx), float(Ixy))):775 double(fastAtan2(float(Ixy), float(lambda - Iyy))); // in degs