Difference between revisions of "DCS func LLtoLO"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
 
 
Line 45: Line 45:
 
}}
 
}}
 
[[Category:Singleton Functions|LLtoLO]]
 
[[Category:Singleton Functions|LLtoLO]]
 +
[[Category:Game Patch 1.2.0|LLtoLO]]

Latest revision as of 22:15, 17 March 2022

Scripting Root

Envrioment: Mission Scripting
Function: LLtoLO Added with: 1.2.0
Member Of: coord
Syntax: vec3 coord.LLtoLO(GeoCoord latitude , GeoCoord longitude , number altitude)
Description: Returns a point from latitude and longitude in the vec3 format.


Return Value: vec3
Return Example:
Examples:
Related Functions: Coord Functions: LLtoLO, LOtoLL, LLtoMGRS, MGRStoLL
Notes: