org.stellarium.astro.planet
Class MiscStellPlanet

java.lang.Object
  extended by org.stellarium.astro.planet.MiscStellPlanet

public abstract class MiscStellPlanet
extends java.lang.Object

Version:
Java
Author:
Jerome Beau

Nested Class Summary
static class MiscStellPlanet.ZeroFunc
           
 
Constructor Summary
MiscStellPlanet()
           
 
Method Summary
static PosFunc createSunHelioFunc()
           
static void spheToRect(double lng, double lat, double r, javax.vecmath.Tuple3d v)
          Spherical to rectangular coordinates conversion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiscStellPlanet

public MiscStellPlanet()
Method Detail

spheToRect

public static void spheToRect(double lng,
                              double lat,
                              double r,
                              javax.vecmath.Tuple3d v)
Spherical to rectangular coordinates conversion

Parameters:
lng - Longitude spherical coordinate
lat - Latitude spherical coordinate
r - Radius spherical coordinate
v - The rectangular coordinates

createSunHelioFunc

public static PosFunc createSunHelioFunc()
Returns:
0 of course...