Searched refs:meanLongitude (Results 1 – 3 of 3) sorted by relevance
1023 double meanLongitude = norm2PI(13.1763966*PI/180*day + moonL0);1024 double meanAnomalyMoon = norm2PI(meanLongitude - 0.1114041*PI/180 * day - moonP0);1032 double evection = 1.2739*PI/180 * Math.sin(2 * (meanLongitude - sunLong)1050 moonLongitude = meanLongitude + evection + center - annual + a4;
1021 double meanLongitude = norm2PI(13.1763966*PI/180*day + moonL0);1022 double meanAnomalyMoon = norm2PI(meanLongitude - 0.1114041*PI/180 * day - moonP0);1030 double evection = 1.2739*PI/180 * Math.sin(2 * (meanLongitude - sunLong)1048 moonLongitude = meanLongitude + evection + center - annual + a4;
1083 double meanLongitude = norm2PI(13.1763966*PI/180*day + moonL0); in getMoonPosition() local1084 meanAnomalyMoon = norm2PI(meanLongitude - 0.1114041*PI/180 * day - moonP0); in getMoonPosition()1092 double evection = 1.2739*PI/180 * ::sin(2 * (meanLongitude - sunLongitude) in getMoonPosition()1110 moonLongitude = meanLongitude + evection + center - annual + a4; in getMoonPosition()