To get the east-west distance from the aircraft's current position in the simulator to the aircraft's initial position. Unit: meter. East is positive. The North East coordinate system is used.
Return:
float
Return the east-west distance from the aircraft's current position in the simulator to the aircraft's initial position.
To get the north-south distance from the aircraft's current position in the simulator to the aircraft's initial position. Unit: meter. North is positive. The North East coordinate system is used.
Return:
float
Return the north-south distance from the aircraft's current position in the simulator to the aircraft's initial position.
To get the vertical distance from the aircraft's current position in the simulator to the aircraft's initial position. Unit: meter. If the altitude of the aircraft is higher than the altitude of the initial position, the value should be negative.
Return:
float
Return the vertical distance from the aircraft's current position in the simulator to the aircraft's initial position.