#include <dtCore/export.h>#include <ctime>Namespaces | |
| namespace | dtCore |
Functions | |
| DT_CORE_EXPORT void | dtCore::GetSunPos (time_t time, double lat, double lon, double elev, double *sun_alt, double *sun_az) |
| Get the Sun's alt and azimuth based on date/time, eyepoint lat,long, elev. | |
| DT_CORE_EXPORT time_t | dtCore::GetGMT (int year, int month, int day, int hour, int min, int sec) |
| Get the Greenwich Mean Time for the give day and time. | |