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

#include <geom.h>

Data Fields

float lat
 
float lon
 

Detailed Description

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

Definition at line 67 of file geom.h.

Field Documentation

◆ lat

float lat

degrees, increasing north

Definition at line 68 of file geom.h.

◆ lon

float lon

degrees, increasing east

Definition at line 69 of file geom.h.


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