Canoe
Comprehensive Atmosphere N' Ocean Engine
|
Go to the source code of this file.
Functions | |
double | centric2graphic (double clat_deg, double rerp) |
planetocentric latitude to planetographic latitude More... | |
double | graphic2centric (double glat_deg, double rerp) |
planetographic latitude to planetocentric latitude More... | |
double | jup_graphic2centric (double glat_deg) |
planetographic latitude to planetocentric latitude for Jupiter More... | |
double | jup_centric2graphic (double glat_deg) |
planetocentric latitude to planetographic latitude for Jupiter More... | |
double centric2graphic | ( | double | clat_deg, |
double | rerp | ||
) |
planetocentric latitude to planetographic latitude
Definition at line 17 of file planets.cpp.
double graphic2centric | ( | double | glat_deg, |
double | rerp | ||
) |
planetographic latitude to planetocentric latitude
Definition at line 24 of file planets.cpp.
double jup_graphic2centric | ( | double | glat_deg | ) |
planetographic latitude to planetocentric latitude for Jupiter
Definition at line 31 of file planets.cpp.
double jup_centric2graphic | ( | double | glat_deg | ) |
planetocentric latitude to planetographic latitude for Jupiter
Definition at line 36 of file planets.cpp.