| Package | Description |
|---|---|
| de.kah2.zodiac.nova4jmt |
| Modifier and Type | Method and Description |
|---|---|
static <T> int |
RiseSet.ln_get_motion_body_next_rst_horizon_future(double JD,
LnLnlatPosn observer,
IGetMotionBodyCoords<T> get_motion_body_coords,
T orbit,
double horizon,
int day_limit,
LnRstTime rst)
int ln_get_motion_body_next_rst_horizon_future(double JD, LnLnlatPosn
observer, void (*get_equ_body_coords) (double, LnEquPosn ), double
horizon, int day_limit, LnRstTime rst); \param JD Julian day \param
observer Observers position \param get_motion_body_coords Pointer to
ln_get_ell_body_equ_coords. ln_get_para_body_equ_coords or
ln_get_hyp_body_equ_coords function \param horizon Horizon, see
LN_XXX_HORIZON constants \param day_limit Maximal number of days that
will be searched for next rise and set \param rst Pointer to store Rise,
Set and Transit time in JD \return 0 for success, 1 for circumpolar
(above the horizon), -1 for circumpolar (bellow the horizon)
Calculate the time of next rise, set and transit (crosses the local
meridian at upper culmination) time of the body for the given Julian day
and given horizon.
|
static <T> int |
RiseSet.ln_get_motion_body_next_rst_horizon(double JD,
LnLnlatPosn observer,
IGetMotionBodyCoords<T> get_motion_body_coords,
T orbit,
double horizon,
LnRstTime rst)
int ln_get_body_next_rst_horizon(double JD, LnLnlatPosn observer, void
(*get_equ_body_coords) (double, LnEquPosn ), double horizon, LnRstTime
rst); \param JD Julian day \param observer Observers position \param
get_motion_body_coords Pointer to ln_get_ell_body_equ_coords.
|
static <T> int |
RiseSet.ln_get_motion_body_rst_horizon_offset(double JD,
LnLnlatPosn observer,
IGetMotionBodyCoords<T> get_motion_body_coords,
T orbit,
double horizon,
LnRstTime rst,
double ut_offset) |
static <T> int |
RiseSet.ln_get_motion_body_rst_horizon(double JD,
LnLnlatPosn observer,
IGetMotionBodyCoords<T> get_motion_body_coords,
T orbit,
double horizon,
LnRstTime rst)
int ln_get_body_rst_horizon(double JD, LnLnlatPosn observer, void
(*get_equ_body_coords) (double, LnEquPosn ), double horizon, LnRstTime
rst); \param JD Julian day \param observer Observers position \param
get_motion_body_coords Pointer to ln_get_ell_body_equ_coords.
|
Copyright © 2019. All rights reserved.