1
0
Fork 0

fix up some comments

This commit is contained in:
John Denker 2011-01-01 21:14:47 -07:00 committed by ThorstenB
parent 54fb3b64d0
commit 02f42b8816

View file

@ -939,17 +939,12 @@ void FGNavRadio::search()
int tmp = (int)(_gs->get_multiuse() / 1000.0);
target_gs = (double)tmp / 100.0;
// until penaltyForNav goes away, we cannot assume we always pick
// paired LOC/GS trasmsitters. As we pass over a runway threshold, we
// often end up picking the 'wrong' LOC, but the correct GS. To avoid
// breaking the basis computation, ensure we use the GS radial and not
// the (potentially reversed) LOC radial.
double gs_radial = fmod(_gs->get_multiuse(), 1000.0);
SG_NORMALIZE_RANGE(gs_radial, 0.0, 360.0);
_gsCart = _gs->cart();
// GS axis unit tangent vector
// (along the runway)
_gsCart = _gs->cart();
// (along the runway):
_gsAxis = tangentVector(_gs->geod(), _gsCart, gs_radial);
// GS baseline unit tangent vector