OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Ecliptic
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/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
...]
/external/icu4c/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
...]
Completed in 140 milliseconds