marble
eclsolar.h
Go to the documentation of this file.
38 void setCurrentMJD(int year, int month, int day, int hour, int min, double sec); // set current time
41 int getLocalVisibility(double &mjd_start, double &mjd_stop); // local start and stop times for eclipse
42 int getLocalTotal(double &mjd_start, double &mjd_stop); // local start and stop times for totality/annularity
43 int getLocalMax(double &mjdmax, double &magmax, double &elmax); // get local (solar) eclipse maximum
44 int getPenumbra(double &mjd_start, double &mjd_stop); // start and stop times for penumbral eclipse of Moon
45 int getPartial(double &mjd_start, double &mjd_stop); // (global) start and stop times for partial phase
46 int getTotal(double &mjd_start, double &mjd_stop); // (global) start and stop times for totality/annularity
57 int GNSBound(bool firstc, bool north, double& lat, double& lng); // northern or southern boundary
86 static double navCourse (double lat1, double lng1, double lat2, double lng2); // navigation course from p1 to p2
87 static void navNewPos (double d, double an, double lat1, double lng1, double &lat2, double &lng2);
Definition: attlib.h:27
Definition: eclsolar.h:22
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.