public class Transform extends Object
| Constructor and Description |
|---|
Transform() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ln_get_ecl_from_equ(LnEquPosn object,
double JD,
LnLnlatPosn position)
Equ 12.1, 12.2 Pg 88
|
static void |
ln_get_ecl_from_rect(LnRectPosn rect,
LnLnlatPosn posn)
Equ 33.2
|
static void |
ln_get_equ_from_ecl(LnLnlatPosn object,
double JD,
LnEquPosn position)
Equ 12.3, 12.4 pg 89
|
static void |
ln_get_equ_from_gal(LnGalPosn gal,
LnEquPosn equ)
Pg 94
|
static void |
ln_get_equ_from_hrz(LnHrzPosn object,
LnLnlatPosn observer,
double JD,
LnEquPosn position)
void ln_get_equ_from_hrz( ln_hrz_posn *object, LnLnlatPosnobserver,
double JD, LnEquPosn position) \param object Object coordinates.
|
static void |
ln_get_equ2000_from_gal(LnGalPosn gal,
LnEquPosn equ)
void ln_get_equ2000_from_gal( LnGalPosn gal, LnEquPosn equ) \param gal
Galactic coordinates.
|
static void |
ln_get_gal_from_equ(LnEquPosn equ,
LnGalPosn gal)
Pg 94
|
static void |
ln_get_gal_from_equ2000(LnEquPosn equ,
LnGalPosn gal)
void ln_get_gal_from_equ2000( LnEquPosn equ, LnGalPosn gal) \param equ
J2000 equatorial coordinates.
|
static void |
ln_get_hrz_from_equ_sidereal_time(LnEquPosn object,
LnLnlatPosn observer,
double sidereal,
LnHrzPosn position) |
static void |
ln_get_hrz_from_equ(LnEquPosn object,
LnLnlatPosn observer,
double JD,
LnHrzPosn position)
Equ 12.1,12.2 pg 88
TODO: Transform horizontal coordinates to galactic coordinates.
|
static void |
ln_get_rect_from_helio(LnHelioPosn object,
LnRectPosn position)
Equ 37.1 Pg 264
|
public static void ln_get_rect_from_helio(LnHelioPosn object, LnRectPosn position)
public static void ln_get_hrz_from_equ(LnEquPosn object, LnLnlatPosn observer, double JD, LnHrzPosn position)
public static void ln_get_hrz_from_equ_sidereal_time(LnEquPosn object, LnLnlatPosn observer, double sidereal, LnHrzPosn position)
public static void ln_get_equ_from_hrz(LnHrzPosn object, LnLnlatPosn observer, double JD, LnEquPosn position)
public static void ln_get_equ_from_ecl(LnLnlatPosn object, double JD, LnEquPosn position)
public static void ln_get_ecl_from_equ(LnEquPosn object, double JD, LnLnlatPosn position)
public static void ln_get_ecl_from_rect(LnRectPosn rect, LnLnlatPosn posn)
public static void ln_get_equ2000_from_gal(LnGalPosn gal, LnEquPosn equ)
public static void ln_get_gal_from_equ2000(LnEquPosn equ, LnGalPosn gal)
Copyright © 2019. All rights reserved.