Home
last modified time | relevance | path

Searched refs:theta_ej (Results 1 – 1 of 1) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/Radio/
H A Ditm.cpp70 double theta_ej[2];// horizontal elevation angles member
395 theta_tick = prop.theta_ej[0] + prop.theta_ej[1] + prop.gamma_e * s; in A_scat()
531 prop.theta_e = mymax(prop.theta_ej[0] + prop.theta_ej[1], -prop.d_L * prop.gamma_e); in lrprop()
577 if (abs(prop.theta_ej[j]) > 200e-3) { in lrprop()
1203 prop.theta_ej[1] = (zb - za) / prop.d; in hzns()
1204 prop.theta_ej[0] = prop.theta_ej[1] - q; in hzns()
1205 prop.theta_ej[1] = -prop.theta_ej[1] - q; in hzns()
1217 q = pfl[i+2] - (qc * sa + prop.theta_ej[0]) * sa - za; in hzns()
1220 prop.theta_ej[0] += q / sa; in hzns()
1226 q = pfl[i+2] - (qc * sb + prop.theta_ej[1]) * sb - zb; in hzns()
[all …]