Home | History | Annotate | Download | only in i18n

Lines Matching defs:moonI

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