Home | History | Annotate | Download | only in i18n

Lines Matching refs:moonI

1050 #define moonI  (   5.145366 * CalendarAstronomer::PI/180 )   // Inclination of orbit
1135 moonEclipLong = ::atan2(y*cos(moonI), x) + nodeLongitude;
1136 double moonEclipLat = ::asin(y * ::sin(moonI));