Home | History | Annotate | Download | only in i18n

Lines Matching refs:altitude

512     double altitude = asin(sinD*sinL + cosD*cosL*cosH);
513 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude));
515 result.set(azimuth, altitude);
1007 // // where h0 is the altitude selected to represent rise/set. For a purely
1505 sprintf(tmp, "[%.5f,%.5f]", altitude*RAD_DEG, azimuth*RAD_DEG);