v
Evaluate the y-velocity \(v(t) = \dot{y}(t)\) along the trajectory.
Declaration
values = v(self,t)
Parameters
tnumeric query points with any shape
Returns
valuesy-derivative values with the same shape ast
Discussion
Use this method when the y-component derivative should be evaluated through the trajectory API rather than by reaching into the component spline directly.