C library for Geodesics
1.38
|
#include <geodesic.h>
Data Fields | |
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.
Definition at line 159 of file geodesic.h.
double geod_geodesicline::lat1 |
the starting latitude
Definition at line 160 of file geodesic.h.
double geod_geodesicline::lon1 |
the starting longitude
Definition at line 161 of file geodesic.h.
double geod_geodesicline::azi1 |
the starting azimuth
Definition at line 162 of file geodesic.h.
double geod_geodesicline::a |
the equatorial radius
Definition at line 163 of file geodesic.h.
double geod_geodesicline::f |
the flattening
Definition at line 164 of file geodesic.h.
unsigned geod_geodesicline::caps |
the capabilities
Definition at line 171 of file geodesic.h.