If you have the x-coordinate of a station and you want to calculate the x-coordinate of a point using the distance between them, you can use the following formula:
main.m32 chars2 lines
For example, if the x-coordinate of the station is 5 and the distance to the point is 3, then the x-coordinate of the point would be:
main.m17 chars2 lines
main.m13 chars2 lines
Of course, you would replace the values with the actual x-coordinate of the station and the distance you want to use for the calculation.
gistlibby LogSnag