Searched refs:meanLongitude (Results 1 – 3 of 3) sorted by relevance
1024 double meanLongitude = norm2PI(13.1763966*PI/180*day + moonL0);1025 double meanAnomalyMoon = norm2PI(meanLongitude - 0.1114041*PI/180 * day - moonP0);1033 double evection = 1.2739*PI/180 * Math.sin(2 * (meanLongitude - sunLong)1051 moonLongitude = meanLongitude + evection + center - annual + a4;
1026 double meanLongitude = norm2PI(13.1763966*PI/180*day + moonL0);1027 double meanAnomalyMoon = norm2PI(meanLongitude - 0.1114041*PI/180 * day - moonP0);1035 double evection = 1.2739*PI/180 * Math.sin(2 * (meanLongitude - sunLong)1053 moonLongitude = meanLongitude + evection + center - annual + a4;
1085 double meanLongitude = norm2PI(13.1763966*PI/180*day + moonL0); in getMoonPosition() local1086 meanAnomalyMoon = norm2PI(meanLongitude - 0.1114041*PI/180 * day - moonP0); in getMoonPosition()1094 double evection = 1.2739*PI/180 * ::sin(2 * (meanLongitude - sunLongitude) in getMoonPosition()1112 moonLongitude = meanLongitude + evection + center - annual + a4; in getMoonPosition()