C library for Geodesics  1.43
Data Fields
geod_geodesicline Struct Reference

#include <geodesic.h>

Data Fields

double lat1
 
double lon1
 
double azi1
 
double a
 
double f
 
unsigned caps
 

Detailed Description

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.

Field Documentation

◆ lat1

double geod_geodesicline::lat1

the starting latitude

Definition at line 183 of file geodesic.h.

◆ lon1

double geod_geodesicline::lon1

the starting longitude

Definition at line 184 of file geodesic.h.

◆ azi1

double geod_geodesicline::azi1

the starting azimuth

Definition at line 185 of file geodesic.h.

◆ a

double geod_geodesicline::a

the equatorial radius

Definition at line 186 of file geodesic.h.

◆ f

double geod_geodesicline::f

the flattening

Definition at line 187 of file geodesic.h.

◆ caps

unsigned geod_geodesicline::caps

the capabilities

Definition at line 194 of file geodesic.h.


The documentation for this struct was generated from the following file: