Home | History | Annotate | Download | only in i18n

Lines Matching defs:azimuth

514     double azimuth  = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude));
516 result.set(azimuth, altitude);
969 // // As was the case when computing az, the Azimuth, if possible use an
1494 sprintf(tmp, "[%.5f,%.5f]", altitude*RAD_DEG, azimuth*RAD_DEG);