Hello,
Let's assume that I have a series of 2D-points A1, A2, A3, A4, ... An.
Can anyone tell me how to create a measure between such points so that:
- the measure for A1 is 0
- the measure for A2 is d(A1,A2) i.e. the distance between A1 and A2
-the measure for A3 is d(A1,A2) + d(A2,A3)
- the measure for A4 is d(A1,A2) + d(A2,A3) + d(A3,A4)
and so one?
Thanks,