#include <geodesic.h>
Public Attributes | |
double | a |
double | f |
The struct containing information about the ellipsoid. This must be initialized by geod_init() before use.
Definition at line 168 of file geodesic.h.
double geod_geodesic::a |
the equatorial radius
Definition at line 169 of file geodesic.h.
double geod_geodesic::f |
the flattening
Definition at line 170 of file geodesic.h.