public class Parallax extends Object
| Constructor and Description |
|---|
Parallax() |
| Modifier and Type | Method and Description |
|---|---|
static void |
get_topocentric(LnLnlatPosn observer,
double height,
DoubleRef ro_sin,
DoubleRef ro_cos)
Equ on page 77 - chapter 10, The Earth's globe
|
static void |
ln_get_parallax_ha(LnEquPosn object,
double au_distance,
LnLnlatPosn observer,
double height,
double H,
LnEquPosn parallax)
Equ 39.1, 39.2, 39.3 Pg 263 and 264
|
static void |
ln_get_parallax(LnEquPosn object,
double au_distance,
LnLnlatPosn observer,
double height,
double JD,
LnEquPosn parallax)
Equ 39.1, 39.2, 39.3 Pg 263 and 264
|
public static void get_topocentric(LnLnlatPosn observer, double height, DoubleRef ro_sin, DoubleRef ro_cos)
public static void ln_get_parallax(LnEquPosn object, double au_distance, LnLnlatPosn observer, double height, double JD, LnEquPosn parallax)
public static void ln_get_parallax_ha(LnEquPosn object, double au_distance, LnLnlatPosn observer, double height, double H, LnEquPosn parallax)
Copyright © 2019. All rights reserved.