Uses of Interface
org.stellarium.astro.planet.OsulatingFunc

Packages that use OsulatingFunc
org.stellarium.astro Astronomical computations 
 

Uses of OsulatingFunc in org.stellarium.astro
 

Fields in org.stellarium.astro declared as OsulatingFunc
(package private)  OsulatingFunc Planet.osculating_func
           
 

Constructors in org.stellarium.astro with parameters of type OsulatingFunc
Planet(Planet parent, java.lang.String _englishName, boolean _flagHalo, boolean _flagLighting, double _radius, double oblateness, SColor someColor, double _albedo, java.lang.String texMapName, java.lang.String texHaloName, PosFunc someCoordFunc, OsulatingFunc osulatingFunc, boolean hidden)