In Arma 3 v1.55.133361, a new syntax for getPos command has been recently introduced:
_return = _originalPosition getPos [_distance, _heading]
OBS:
The returned Z value (_return select 2) is always 0.
EXP:
The return Z value should be equal to the Z value of _originalPosition.