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_32_t Struct Reference

#include <geom.h>

Data Fields

float lat
 
float lon
 
float elev
 

Detailed Description

More compact version of geo_pos3_t using single-precision floating point coordinates to save a bit on memory.

Definition at line 58 of file geom.h.

Field Documentation

◆ elev

float elev

meters or feet, increasing away from MSL

Definition at line 61 of file geom.h.

◆ lat

float lat

degrees, increasing north

Definition at line 59 of file geom.h.

◆ lon

float lon

degrees, increasing east

Definition at line 60 of file geom.h.


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