Home | History | Annotate | Download | only in i18n

Lines Matching refs:Ecliptic

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 object
94 * @param lat The ecliptic latitude, measured in radians.
95 * @param lon The ecliptic longitude, measured in radians.
110 * The ecliptic latitude, in radians. This specifies an object's
111 * position north or south of the plane of the ecliptic,
118 * The ecliptic longitude, in radians.
119 * This specifies an object's position along the ecliptic plane
143 * @see CalendarAstronomer.Ecliptic
217 * @see CalendarAstronomer.Ecliptic
234 * Setter for Ecliptic Coordinate object
274 * it takes for the moon to return the same ecliptic longitude as the sun.
431 * Convert from ecliptic to equatorial coordinates.
433 * @param ecliptic The ecliptic
437 Equatorial& eclipticToEquatorial(Equatorial& result, const Ecliptic& ecliptic);
440 * Convert from ecliptic to equatorial coordinates.
442 * @param eclipLong The ecliptic longitude
443 * @param eclipLat The ecliptic latitude
451 * Convert from ecliptic longitude to equatorial coordinates.
453 * @param eclipLong The ecliptic longitude
471 * The longitude is measured in radians along the ecliptic
472 * from the "first point of Aries," the point at which the ecliptic
529 * Find the next time at which the sun's ecliptic longitude will have
564 * current ecliptic longitudes of the sun and the moon,
625 * Find the next or previous time at which the Moon's ecliptic
675 * Return the obliquity of the ecliptic (the angle between the ecliptic
679 * @return the obliquity of the ecliptic relative to the equator,