Hello,
I have a one-dimensional path associated with timings, similar to:
t0=0, x0=0
t1=0.1, x1=2
t2=0.2, x2=3
etc.
Now I want to measure the velocity, acceleration and jerk at each time position. The first (and easy) way of doing this would be to loop through all points and compute...