pub unsafe extern "C" fn XPLMWorldToLocal(
inLatitude: f64,
inLongitude: f64,
inAltitude: f64,
outX: *mut f64,
outY: *mut f64,
outZ: *mut f64,
)Expand description
XPLMWorldToLocal
This routine translates coordinates from latitude, longitude, and altitude to local scene coordinates. Latitude and longitude are in decimal degrees, and altitude is in meters MSL (mean sea level). The XYZ coordinates are in meters in the local OpenGL coordinate system.