Home | History | Annotate | Download | only in i18n

Lines Matching full:ecliptic

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 object
92 * @param lat The ecliptic latitude, measured in radians.
93 * @param lon The ecliptic longitude, measured in radians.
108 * The ecliptic latitude, in radians. This specifies an object's
109 * position north or south of the plane of the ecliptic,
116 * The ecliptic longitude, in radians.
117 * This specifies an object's position along the ecliptic plane
141 * @see CalendarAstronomer.Ecliptic
215 * @see CalendarAstronomer.Ecliptic
232 * Setter for Ecliptic Coordinate object
272 * it takes for the moon to return the same ecliptic longitude as the sun.
429 * Convert from ecliptic to equatorial coordinates.
431 * @param ecliptic The ecliptic
435 Equatorial& eclipticToEquatorial(Equatorial& result, const Ecliptic& ecliptic);
438 * Convert from ecliptic to equatorial coordinates.
440 * @param eclipLong The ecliptic longitude
441 * @param eclipLat The ecliptic latitude
449 * Convert from ecliptic longitude to equatorial coordinates.
451 * @param eclipLong The ecliptic longitude
469 * The longitude is measured in radians along the ecliptic
470 * from the "first point of Aries," the point at which the ecliptic
527 * Find the next time at which the sun's ecliptic longitude will have
562 * current ecliptic longitudes of the sun and the moon,
623 * Find the next or previous time at which the Moon's ecliptic
673 * Return the obliquity of the ecliptic (the angle between the ecliptic
677 * @return the obliquity of the ecliptic relative to the equator,