The Tiny HTM Library
|
Spherical coordinates (in degrees) for a point in S2. More...
#include <geometry.h>
Data Fields | |
double | lon |
Longitude angle (right ascension), degrees. | |
double | lat |
Latitude angle (declination), degrees. |
Spherical coordinates (in degrees) for a point in S2.
Definition at line 33 of file geometry.h.
double htm_sc::lat |
Latitude angle (declination), degrees.
Definition at line 35 of file geometry.h.
Referenced by htm_sc_dist2(), htm_sc_init(), htm_sc_tov3(), and htm_v3_tosc().
double htm_sc::lon |
Longitude angle (right ascension), degrees.
Definition at line 34 of file geometry.h.
Referenced by htm_sc_dist2(), htm_sc_init(), htm_sc_tov3(), and htm_v3_tosc().