Drag the points around the Cartesian Grid and I'll calculate the distance between them. Distance = sqrt( (X2-X1)*(X2-X1) + (Y2-Y1)*(Y2-Y1) )
I remixed this to give some ideas to @GreatHooder