Get the distance traveled at the specified control point
<animationpath>.getDistanceAtControlPoint(
index
)
index
0-based index of the control point. Negative index can also be used to reference from end of list.
Remarks
Return the total distance traveled at the specified control point index in the animation path. The distance is dependent on the control point positions and interpolation mode. The current speed factor (<animationpath>.setSpeed) is ignored.