public class Earth extends Object
| Constructor and Description |
|---|
Earth() |
| Modifier and Type | Method and Description |
|---|---|
void |
ln_get_earth_centre_dist(float height,
double latitude,
DoubleRef p_sin_o,
DoubleRef p_cos_o)
void ln_get_earth_centre_dist (float height, double latitude, double
*p_sin_o, double *p_cos_o); \param height Height above sea level in
metres.
|
static void |
ln_get_earth_helio_coords(double JD,
LnHelioPosn position)
Chapter 31 Pg 206-207 Equ 31.1 31.2 , 31.3 using VSOP 87
|
static void |
ln_get_earth_rect_helio(double JD,
LnRectPosn position)
void ln_get_earth_rect_helio(double JD, struct ln_rect_posn *position)
\param JD Julian day.
|
static double |
ln_get_earth_solar_dist(double JD)
double ln_get_earth_solar_dist(double JD); \param JD Julian day.
|
public static void ln_get_earth_helio_coords(double JD,
LnHelioPosn position)
public static double ln_get_earth_solar_dist(double JD)
public void ln_get_earth_centre_dist(float height,
double latitude,
DoubleRef p_sin_o,
DoubleRef p_cos_o)
public static void ln_get_earth_rect_helio(double JD,
LnRectPosn position)
Copyright © 2019. All rights reserved.