nova.rise_set

Undocumented in source.

Public Imports

nova.ln_types
public import nova.ln_types;
Undocumented in source.

Members

Aliases

get_equ_body_coords_t
alias get_equ_body_coords_t = void function(double, ref ln_equ_posn) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_motion_body_coords_t
alias get_motion_body_coords_t = void function(double, void*, ref ln_equ_posn) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

ln_get_body_next_rst_horizon
int ln_get_body_next_rst_horizon(double JD, ln_lnlat_posn observer, get_equ_body_coords_t get_equ_body_coords, double horizon, ln_rst_time rst)
Undocumented in source. Be warned that the author may not have intended to support it.
ln_get_body_next_rst_horizon_future
int ln_get_body_next_rst_horizon_future(double JD, ln_lnlat_posn observer, get_equ_body_coords_t get_equ_body_coords, double horizon, int day_limit, ln_rst_time rst)
Undocumented in source. Be warned that the author may not have intended to support it.
ln_get_body_rst_horizon
int ln_get_body_rst_horizon(double JD, ln_lnlat_posn observer, get_equ_body_coords_t get_equ_body_coords, double horizon, ln_rst_time rst)
Undocumented in source. Be warned that the author may not have intended to support it.
ln_get_body_rst_horizon_offset
int ln_get_body_rst_horizon_offset(double JD, ln_lnlat_posn observer, get_equ_body_coords_t get_equ_body_coords, double horizon, ln_rst_time rst, double ut_offset)
Undocumented in source. Be warned that the author may not have intended to support it.
ln_get_motion_body_next_rst_horizon
int ln_get_motion_body_next_rst_horizon(double JD, ln_lnlat_posn observer, get_motion_body_coords_t get_motion_body_coords, void* orbit, double horizon, ln_rst_time rst)
Undocumented in source. Be warned that the author may not have intended to support it.
ln_get_motion_body_next_rst_horizon_future
int ln_get_motion_body_next_rst_horizon_future(double JD, ln_lnlat_posn observer, get_motion_body_coords_t get_motion_body_coords, void* orbit, double horizon, int day_limit, ln_rst_time rst)
Undocumented in source. Be warned that the author may not have intended to support it.
ln_get_motion_body_rst_horizon
int ln_get_motion_body_rst_horizon(double JD, ln_lnlat_posn observer, get_motion_body_coords_t get_motion_body_coords, void* orbit, double horizon, ln_rst_time rst)
Undocumented in source. Be warned that the author may not have intended to support it.
ln_get_motion_body_rst_horizon_offset
int ln_get_motion_body_rst_horizon_offset(double JD, ln_lnlat_posn observer, get_motion_body_coords_t get_motion_body_coords, void* orbit, double horizon, ln_rst_time rst, double ut_offset)
Undocumented in source. Be warned that the author may not have intended to support it.
ln_get_object_next_rst
int ln_get_object_next_rst(double JD, ln_lnlat_posn observer, ln_equ_posn object, ln_rst_time rst)
Undocumented in source. Be warned that the author may not have intended to support it.
ln_get_object_next_rst_horizon
int ln_get_object_next_rst_horizon(double JD, ln_lnlat_posn observer, ln_equ_posn object, double horizon, ln_rst_time rst)
Undocumented in source. Be warned that the author may not have intended to support it.
ln_get_object_rst
int ln_get_object_rst(double JD, ln_lnlat_posn observer, ln_equ_posn object, ln_rst_time rst)
Undocumented in source. Be warned that the author may not have intended to support it.
ln_get_object_rst_horizon
int ln_get_object_rst_horizon(double JD, ln_lnlat_posn observer, ln_equ_posn object, real horizon, ln_rst_time rst)
Undocumented in source. Be warned that the author may not have intended to support it.
ln_get_object_rst_horizon_offset
int ln_get_object_rst_horizon_offset(double JD, ln_lnlat_posn observer, ln_equ_posn object, real horizon, ln_rst_time rst, double ut_offset)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

LN_STAR_STANDART_HORIZON
enum LN_STAR_STANDART_HORIZON;
Undocumented in source.

Static functions

check_coords
int check_coords(ln_lnlat_posn observer, double H1, double horizon, ln_equ_posn object)
Undocumented in source. Be warned that the author may not have intended to support it.
find_next
double find_next(double JD, double jd1, double jd2, double jd3)
Undocumented in source. Be warned that the author may not have intended to support it.
set_next_rst
void set_next_rst(ln_rst_time rst, double diff, ln_rst_time rst2)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta