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

  /external/icu/icu4c/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 94 * it takes for the moon to return the same ecliptic longitude as the sun.
107 * for the moon to return to the same ecliptic longitude relative to the
437 * Convert from ecliptic to equatorial coordinates.
439 * @param ecliptic A point in the sky in ecliptic coordinates.
444 CalendarAstronomer::Equatorial& CalendarAstronomer::eclipticToEquatorial(CalendarAstronomer::Equatorial& result, const CalendarAstronomer::Ecliptic& ecliptic)
446 return eclipticToEquatorial(result, ecliptic.longitude, ecliptic.latitude);
450 * Convert from ecliptic to equatorial coordinates
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
AstroTest.java 16 import com.ibm.icu.impl.CalendarAstronomer.Ecliptic;
144 Ecliptic ecl = new Ecliptic(eclLat, eclLong);
145 logln("ecliptic: " + ecl);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarAstronomer.java 69 * it takes for the moon to return the same ecliptic longitude as the sun.
81 * for the moon to return to the same ecliptic longitude relative to the
418 * Convert from ecliptic to equatorial coordinates.
420 * @param ecliptic A point in the sky in ecliptic coordinates.
424 public final Equatorial eclipticToEquatorial(Ecliptic ecliptic)
426 return eclipticToEquatorial(ecliptic.longitude, ecliptic.latitude);
430 * Convert from ecliptic to equatorial coordinates
    [all...]
  /external/icu/icu4c/source/test/intltest/
astrotst.cpp 162 CalendarAstronomer::Ecliptic ecl(eclLat, eclLong);
166 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/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 463 milliseconds