Difference between revisions of "DCS func getPoint"
From DCS World Wiki - Hoggitworld.com
Line 46: | Line 46: | ||
env.info('The World Coordinates of the target are: X: ' .. targetCoord.x .. ' Y: ' .. targetCoord.y .. ' Z: ' .. targetCoord.z) | env.info('The World Coordinates of the target are: X: ' .. targetCoord.x .. ' Y: ' .. targetCoord.y .. ' Z: ' .. targetCoord.z) | ||
− | |notes= | + | |notes= '''Remember''' that the Vec3 x, y and z do ''not'' follow the normal intuitive orientation conventions. 'x' is the north-south axis, 'z' is the east-west axis, and 'y' is the vertical/height axis! |
}} | }} | ||
[[Category:Class Functions|getPoint]] | [[Category:Class Functions|getPoint]] | ||
[[Category:Game Patch 1.2.0|getPoint]] | [[Category:Game Patch 1.2.0|getPoint]] |