libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
geo_pos3_t Struct Reference

#include <geom.h>

Data Fields

double lat
 
double lon
 
double elev
 

Detailed Description

Geographic (spherical) coordinates.

Definition at line 40 of file geom.h.

Field Documentation

◆ elev

double elev

meters or feet, increasing away from MSL

Definition at line 43 of file geom.h.

◆ lat

double lat

degrees, increasing north

Definition at line 41 of file geom.h.

◆ lon

double lon

degrees, increasing east

Definition at line 42 of file geom.h.


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