u

Evaluate the x-velocity \(u(t) = \dot{x}(t)\) along the trajectory.


Declaration

 values = u(self,t)

Parameters

  • t numeric query points with any shape

Returns

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

Discussion

Use this method when the x-component derivative should be evaluated through the trajectory API rather than by reaching into the component spline directly.