Class SystemAlpha
java.lang.Object
velo.ladaalpha.fields.astronomy.celestial_systems.CelestialSystem
velo.ladaalpha.fields.astronomy.celestial_systems.SystemAlpha
The Class SystemAlpha.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondoublegetOrbitsOfMoonForDayOfYear(double day) Gets the orbits of moon for day of year.doubleradiansOfDifferenceAfterNDays(double n) Radians of difference after N days.doubleradiansRelativeToJSolstice(double day) Radians relative to J solstice. 
- 
Constructor Details
- 
SystemAlpha
public SystemAlpha() 
 - 
 - 
Method Details
- 
getOrbitsOfMoonForDayOfYear
public double getOrbitsOfMoonForDayOfYear(double day) Gets the orbits of moon for day of year.- Parameters:
 day- the day- Returns:
 - the orbits of moon for day of year
 
 - 
radiansOfDifferenceAfterNDays
public double radiansOfDifferenceAfterNDays(double n) Radians of difference after N days.- Parameters:
 n- the n- Returns:
 - the double
 
 - 
radiansRelativeToJSolstice
public double radiansRelativeToJSolstice(double day) Radians relative to J solstice.- Parameters:
 day- the day- Returns:
 - the double
 
 
 -