Position: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Reverted edits by Heecf..... (talk) to last revision by Raedor) |
||
Line 1: | Line 1: | ||
'''Format:''' | |||
[x, y] ([[Position2D]]) or [x, y, z] ([[Position3D]]) | |||
'''Description:''' | |||
x coordinates are West-East.<br> | |||
y coordinates are South-North.<br> | |||
z coordinate is height above ground.<br> | |||
Default z is 0. | |||
'''Note:''' | |||
In mission.sqm file are coordinates of objects in format [x, z, y] and z is height above sea level | |||
[[Category: Arrays]] | |||
Revision as of 00:21, 21 August 2012
Format:
[x, y] (Position2D) or [x, y, z] (Position3D)
Description:
x coordinates are West-East.
y coordinates are South-North.
z coordinate is height above ground.
Default z is 0.
Note:
In mission.sqm file are coordinates of objects in format [x, z, y] and z is height above sea level