|
C library for Geodesics
1.43
|
#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 182 of file geodesic.h.
| double geod_geodesicline::lat1 |
the starting latitude
Definition at line 183 of file geodesic.h.
| double geod_geodesicline::lon1 |
the starting longitude
Definition at line 184 of file geodesic.h.
| double geod_geodesicline::azi1 |
the starting azimuth
Definition at line 185 of file geodesic.h.
| double geod_geodesicline::a |
the equatorial radius
Definition at line 186 of file geodesic.h.
| double geod_geodesicline::f |
the flattening
Definition at line 187 of file geodesic.h.
| unsigned geod_geodesicline::caps |
the capabilities
Definition at line 194 of file geodesic.h.
1.8.5