| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.stellarium.astro.Nutation
class Nutation
| Nested Class Summary | |
|---|---|
| static class | Nutation.lnNutationarguments and coefficients taken from table 21A on page 133 | 
| static class | Nutation.nutationArguments | 
| static class | Nutation.nutationCoefficients | 
| Field Summary | |
|---|---|
| (package private) static Nutation.nutationArguments[] | arguments | 
| (package private) static double | c_eclipticcache values | 
| (package private) static double | c_JDcache values | 
| (package private) static double | c_longitudecache values | 
| (package private) static double | c_obliquitycache values | 
| (package private) static Nutation.nutationCoefficients[] | coefficients | 
| static double | LN_NUTATION_EPOCH_THRESHOLD | 
| static int | TERMS | 
| Constructor Summary | |
|---|---|
| Nutation() | |
| Method Summary | |
|---|---|
| (package private) static Nutation.lnNutation | getNutation(double JD)Calculate nutation of longitude and obliquity in degrees from Julian Ephemeris Day | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int TERMS
public static final double LN_NUTATION_EPOCH_THRESHOLD
static final Nutation.nutationArguments[] arguments
static final Nutation.nutationCoefficients[] coefficients
static double c_JD
static double c_longitude
static double c_obliquity
static double c_ecliptic
| Constructor Detail | 
|---|
Nutation()
| Method Detail | 
|---|
static Nutation.lnNutation getNutation(double JD)
JD - Julian Day
      | 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||