I need some help. I am trying to divide a curve by a variable random
distance from a random component. however i have trouble parsing the
values. the list of random spacing should be from the previous point.
so i guess I need to do an adding operation of the list of spacing.

If my list of spacing goes like this
0, .5, .4, .3 , .4

1. 0
2. .5
3. .5+.4
4. .9 +.3
5. 1.21 + .4

Any ideas?


Thanks a million

Reply via email to