Answer by
acrobat (19)
There is no special formula for horizontal distance. The formula is the same as measuring any kind of distance. If you want to find the distance between two points (call the two points (x1, y1) and (x2, y2)), you can use the distance formula:
distance = square root[(x2-x1)^2 + (y2-y1)^2]