Home | History | Annotate | Download | only in i18n

Lines Matching refs:longitude

64    * The longitude specifies the position along the ecliptic plane
82 * @param lon The ecliptic longitude, measured in radians.
87 longitude = lon;
93 * @param lon The ecliptic longitude, measured in radians.
98 longitude = lon;
116 * The ecliptic longitude, in radians.
126 double longitude;
272 * it takes for the moon to return the same ecliptic longitude as the sun.
273 * It is longer than the sidereal month because the sun's longitude increases
303 * latitude and longitude. The object's time is set to the current
306 * @param longitude The desired longitude, in <em>degrees</em> east of
315 CalendarAstronomer(double longitude, double latitude);
440 * @param eclipLong The ecliptic longitude
449 * Convert from ecliptic longitude to equatorial coordinates.
451 * @param eclipLong The ecliptic longitude
468 * The longitude of the sun at the time specified by this object.
469 * The longitude is measured in radians along the ecliptic
483 /*public*/ void getSunLongitude(double julianDay, double &longitude, double &meanAnomaly);
527 * Find the next time at which the sun's ecliptic longitude will have
539 * official time zone and the geographic longitude, the
624 * longitude will have the desired value.
626 * @param desired The desired longitude.