ToolMap
|
#include <geodesic.h>
Public Attributes | |
double | lat1 |
double | lon1 |
double | azi1 |
double | a |
double | f |
unsigned | caps |
The struct containing information about a single geodesic. This must be initialized by geod_lineinit() before use.
double geod_geodesicline::a |
the equatorial radius
double geod_geodesicline::azi1 |
the starting azimuth
unsigned geod_geodesicline::caps |
the capabilities
double geod_geodesicline::f |
the flattening
double geod_geodesicline::lat1 |
the starting latitude
double geod_geodesicline::lon1 |
the starting longitude