LibGDX CatmullRomSpline Derivative Meaning?
问题 When calling the derivative method on the CatmullRomSpline, what exactly does this value represent? It’s been a while since calculus, but if my memory serves me correctly taking the derivative of the position with respect to time gives you the velocity at that point in time. But with CatmullRomSpline the “time” value is a percentage, so is the resulting derivative in pixels/percent? I printed out the derivative values (vector length) along my path and the values go as high as “989.6049”,