ToolMap
Loading...
Searching...
No Matches
geod_polygon Struct Reference

#include <geodesic.h>

Public Attributes

double lat
 
double lon
 
unsigned num
 

Detailed Description

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.

Member Data Documentation

◆ lat

double geod_polygon::lat

the current latitude

◆ lon

double geod_polygon::lon

the current longitude

◆ num

unsigned geod_polygon::num

the number of points so far


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