Lines Matching refs:th_even
456 double th_even, th_odd;
466 th_even = .5 * ks[0] + (1./48) * ks[2];
468 ends[0][0] = th_even - th_odd;
469 ends[1][0] = th_even + th_odd;
872 double th_even, th_odd;
873 th_even = (1./384) * ks[3] + (1./8) * ks[1] + rot;
875 ul = (scale * (1./3)) * cos(th_even - th_odd);
876 vl = (scale * (1./3)) * sin(th_even - th_odd);
877 ur = (scale * (1./3)) * cos(th_even + th_odd);
878 vr = (scale * (1./3)) * sin(th_even + th_odd);
1038 double th_even, th_odd;
1041 th_even = (1./384) * ks[3] + (1./8) * ks[1] + rot;
1043 ul = (scale * (1./3)) * cos(th_even - th_odd);
1044 vl = (scale * (1./3)) * sin(th_even - th_odd);
1045 ur = (scale * (1./3)) * cos(th_even + th_odd);
1046 vr = (scale * (1./3)) * sin(th_even + th_odd);