v

Evaluate the y-velocity \(v(t) = \dot{y}(t)\) along the trajectory.


Declaration

 values = v(self,t)

Parameters

  • t numeric query points with any shape

Returns

  • values y-derivative values with the same shape as t

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.