C library for Geodesics: geod_polygon Struct Reference (original) (raw)

#include <[src/geodesic.h](geodesic%5F8h%5Fsource.html)>

Data Fields
double lat
double lon
unsigned num

The struct for accumulating information about a geodesic polygon. This is used for computing the perimeter and area of a polygon. This must be initialized by geod_polygon_init() before use.

Definition at line 124 of file geodesic.h.

lat

lon

num

unsigned geod_polygon::num

the number of points so far

Definition at line 135 of file geodesic.h.


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