![]() |
SolTrack
SolTrack is a simple, free, fast and accurate C routine to compute the position of the Sun
|
Location to compute the Sun's position for. More...
#include <SolTrack.h>
Data Fields | |
double | longitude |
double | latitude |
double | sinLat |
double | cosLat |
double | pressure |
double | temperature |
Location to compute the Sun's position for.
double Location::longitude |
Referenced by convertEquatorialToHorizontal(), SolTrack(), and SolTrack_RiseSet().
double Location::latitude |
Referenced by SolTrack(), and SolTrack_RiseSet().
double Location::sinLat |
Referenced by convertEquatorialToHorizontal(), and SolTrack().
double Location::cosLat |
Referenced by convertEquatorialToHorizontal(), and SolTrack().
double Location::pressure |
Referenced by convertEquatorialToHorizontal().
double Location::temperature |
Referenced by convertEquatorialToHorizontal().