Typedefs | |
typedef enum Earth::Model | Model |
Enumerations | |
enum | Model { SPHERICAL_MODEL = 0, WGS84_MODEL } |
Functions | |
double | get_radius () |
return the distance to the center of the earth in meters Based on the WGS84 conventions, if the earth is considered as :
|
geometry constants of the earth Source : http://en.wikipedia.org/wiki/Earth_radius
enum Earth::Model |
define the earth model to use
double Earth::get_radius | ( | ) |
return the distance to the center of the earth in meters Based on the WGS84 conventions, if the earth is considered as :
Referenced by Viewing::alt_to_range(), Geocentric::get_haversine_dist(), Spherical::Point3D::to_geocentric(), and Geocentric::Point3D::to_spherical().