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

  /external/icu/icu4c/source/i18n/
astro.h 62 * Represents the position of an object in the sky relative to the ecliptic,
65 * specifies the position north or south of the plane of the ecliptic.
66 * The longitude specifies the position along the ecliptic plane
70 * Note that Ecliptic objects are immutable and cannot be modified
78 class U_I18N_API Ecliptic : public UMemory {
81 * Constructs an Ecliptic coordinate object.
83 * @param lat The ecliptic latitude, measured in radians.
84 * @param lon The ecliptic longitude, measured in radians.
87 Ecliptic(double lat = 0, double lon = 0) {
93 * Setter for Ecliptic Coordinate objec
    [all...]
astro.cpp 96 * it takes for the moon to return the same ecliptic longitude as the sun.
109 * for the moon to return to the same ecliptic longitude relative to the
439 * Convert from ecliptic to equatorial coordinates.
441 * @param ecliptic A point in the sky in ecliptic coordinates.
446 CalendarAstronomer::Equatorial& CalendarAstronomer::eclipticToEquatorial(CalendarAstronomer::Equatorial& result, const CalendarAstronomer::Ecliptic& ecliptic)
448 return eclipticToEquatorial(result, ecliptic.longitude, ecliptic.latitude);
452 * Convert from ecliptic to equatorial coordinates
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
AstroTest.java 21 import android.icu.impl.CalendarAstronomer.Ecliptic;
149 Ecliptic ecl = new Ecliptic(eclLat, eclLong);
150 logln("ecliptic: " + ecl);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
AstroTest.java 20 import com.ibm.icu.impl.CalendarAstronomer.Ecliptic;
148 Ecliptic ecl = new Ecliptic(eclLat, eclLong);
149 logln("ecliptic: " + ecl);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CalendarAstronomer.java 73 * it takes for the moon to return the same ecliptic longitude as the sun.
85 * for the moon to return to the same ecliptic longitude relative to the
422 * Convert from ecliptic to equatorial coordinates.
424 * @param ecliptic A point in the sky in ecliptic coordinates.
428 public final Equatorial eclipticToEquatorial(Ecliptic ecliptic)
430 return eclipticToEquatorial(ecliptic.longitude, ecliptic.latitude);
434 * Convert from ecliptic to equatorial coordinates
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarAstronomer.java 71 * it takes for the moon to return the same ecliptic longitude as the sun.
83 * for the moon to return to the same ecliptic longitude relative to the
420 * Convert from ecliptic to equatorial coordinates.
422 * @param ecliptic A point in the sky in ecliptic coordinates.
426 public final Equatorial eclipticToEquatorial(Ecliptic ecliptic)
428 return eclipticToEquatorial(ecliptic.longitude, ecliptic.latitude);
432 * Convert from ecliptic to equatorial coordinates
    [all...]
  /external/icu/icu4c/source/test/intltest/
astrotst.cpp 165 CalendarAstronomer::Ecliptic ecl(eclLat, eclLong);
169 logln("ecliptic: " + ecl.toString());
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 92 milliseconds