Searched refs:SUN_OMEGA_G (Results 1 – 2 of 2) sorted by relevance
505 static final double SUN_OMEGA_G = 282.768422 * PI/180; // Ecliptic longitude of perigee field in CalendarAstronomer595 double meanAnomaly = norm2PI(epochAngle + SUN_ETA_G - SUN_OMEGA_G); in getSunLongitude()602 norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G), in getSunLongitude()
531 #define SUN_OMEGA_G (282.768422 * CalendarAstronomer::PI/180) // Ecliptic longitude of perigee macro649 meanAnomaly = norm2PI(epochAngle + SUN_ETA_G - SUN_OMEGA_G); in getSunLongitude()655 longitude = norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G); in getSunLongitude()