HomeSort by relevance Sort by last modified time
    Searched refs:ascension (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/i18n/
astro.h 132 * The <i>Right Ascension</i> specifies the position east or west
150 * @param asc The right ascension, measured in radians.
155 : ascension(asc), declination(dec) { }
159 * @param asc The right ascension, measured in radians.
164 ascension = asc;
176 * Return a string representation of this object with the right ascension
181 //return radToHms(ascension) + "," + radToDms(declination);
185 * The right ascension, in radians.
191 double ascension; member in class:CalendarAstronomer::Equatorial
astro.cpp 504 double H = getLocalSidereal()*CalendarAstronomer::PI/12 - equatorial.ascension; // Hour-angle
789 // double lst1r = (CalendarAstronomer_PI2 + pos1.ascension - H) * 24 / CalendarAstronomer_PI2;
790 // double lst1s = (pos1.ascension + H) * 24 / CalendarAstronomer_PI2;
792 // double lst2r = (CalendarAstronomer_PI2-H + pos2.ascension ) * 24 / CalendarAstronomer_PI2;
793 // double lst2s = (H + pos2.ascension ) * 24 / CalendarAstronomer_PI2;
    [all...]
  /external/icu4c/i18n/
astro.h 132 * The <i>Right Ascension</i> specifies the position east or west
150 * @param asc The right ascension, measured in radians.
155 : ascension(asc), declination(dec) { }
159 * @param asc The right ascension, measured in radians.
164 ascension = asc;
176 * Return a string representation of this object with the right ascension
181 //return radToHms(ascension) + "," + radToDms(declination);
185 * The right ascension, in radians.
191 double ascension; member in class:CalendarAstronomer::Equatorial
astro.cpp 504 double H = getLocalSidereal()*CalendarAstronomer::PI/12 - equatorial.ascension; // Hour-angle
789 // double lst1r = (CalendarAstronomer_PI2 + pos1.ascension - H) * 24 / CalendarAstronomer_PI2;
790 // double lst1s = (pos1.ascension + H) * 24 / CalendarAstronomer_PI2;
792 // double lst2r = (CalendarAstronomer_PI2-H + pos2.ascension ) * 24 / CalendarAstronomer_PI2;
793 // double lst2s = (H + pos2.ascension ) * 24 / CalendarAstronomer_PI2;
    [all...]

Completed in 206 milliseconds