C library for Geodesics  2.1
geod_geodesic Struct Reference

#include <src/geodesic.h>

Data Fields

double a
 
double f
 

Detailed Description

The struct containing information about the ellipsoid. This must be initialized by geod_init() before use.

Definition at line 86 of file geodesic.h.

Field Documentation

◆ a

double geod_geodesic::a

the equatorial radius

Definition at line 87 of file geodesic.h.

Referenced by main().

◆ f

double geod_geodesic::f

the flattening

Definition at line 88 of file geodesic.h.

Referenced by main().


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