HomeSort by relevance Sort by last modified time
    Searched full:ecliptic (Results 1 - 12 of 12) sorted by null

  /external/chromium/third_party/icu/source/i18n/
astro.h 60 * Represents the position of an object in the sky relative to the ecliptic,
63 * specifies the position north or south of the plane of the ecliptic.
64 * The longitude specifies the position along the ecliptic plane
68 * Note that Ecliptic objects are immutable and cannot be modified
76 class U_I18N_API Ecliptic : public UMemory {
79 * Constructs an Ecliptic coordinate object.
81 * @param lat The ecliptic latitude, measured in radians.
82 * @param lon The ecliptic longitude, measured in radians.
85 Ecliptic(double lat = 0, double lon = 0) {
91 * Setter for Ecliptic Coordinate objec
    [all...]
astro.cpp 95 * it takes for the moon to return the same ecliptic longitude as the sun.
108 * for the moon to return to the same ecliptic longitude relative to the
438 * Convert from ecliptic to equatorial coordinates.
440 * @param ecliptic A point in the sky in ecliptic coordinates.
445 CalendarAstronomer::Equatorial& CalendarAstronomer::eclipticToEquatorial(CalendarAstronomer::Equatorial& result, const CalendarAstronomer::Ecliptic& ecliptic)
447 return eclipticToEquatorial(result, ecliptic.longitude, ecliptic.latitude);
451 * Convert from ecliptic to equatorial coordinates
    [all...]
islamcal.cpp 275 * in ecliptic latitude between the moon and the sun. This method simply
islamcal.h 265 * in ecliptic latitude between the moon and the sun. This method simply
  /external/icu4c/i18n/
astro.h 60 * Represents the position of an object in the sky relative to the ecliptic,
63 * specifies the position north or south of the plane of the ecliptic.
64 * The longitude specifies the position along the ecliptic plane
68 * Note that Ecliptic objects are immutable and cannot be modified
76 class U_I18N_API Ecliptic : public UMemory {
79 * Constructs an Ecliptic coordinate object.
81 * @param lat The ecliptic latitude, measured in radians.
82 * @param lon The ecliptic longitude, measured in radians.
85 Ecliptic(double lat = 0, double lon = 0) {
91 * Setter for Ecliptic Coordinate objec
    [all...]
astro.cpp 95 * it takes for the moon to return the same ecliptic longitude as the sun.
108 * for the moon to return to the same ecliptic longitude relative to the
438 * Convert from ecliptic to equatorial coordinates.
440 * @param ecliptic A point in the sky in ecliptic coordinates.
445 CalendarAstronomer::Equatorial& CalendarAstronomer::eclipticToEquatorial(CalendarAstronomer::Equatorial& result, const CalendarAstronomer::Ecliptic& ecliptic)
447 return eclipticToEquatorial(result, ecliptic.longitude, ecliptic.latitude);
451 * Convert from ecliptic to equatorial coordinates
    [all...]
islamcal.cpp 275 * in ecliptic latitude between the moon and the sun. This method simply
islamcal.h 265 * in ecliptic latitude between the moon and the sun. This method simply
  /frameworks/base/services/java/com/android/server/
TwilightCalculator.java 81 // ecliptic longitude
  /external/chromium/third_party/icu/source/test/intltest/
astrotst.cpp 164 CalendarAstronomer::Ecliptic ecl(eclLat, eclLong);
168 logln("ecliptic: " + ecl.toString());
  /external/icu4c/test/intltest/
astrotst.cpp 164 CalendarAstronomer::Ecliptic ecl(eclLat, eclLong);
168 logln("ecliptic: " + ecl.toString());
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 69 * The inclination of the earth relative to the plane of the ecliptic
    [all...]

Completed in 198 milliseconds