|
ToolMap
|
#include <geodesic.h>
Public Attributes | |
| 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.
| double geod_polygon::lat |
the current latitude
| double geod_polygon::lon |
the current longitude
| unsigned geod_polygon::num |
the number of points so far