u
Evaluate the x-velocity \(u(t) = \dot{x}(t)\) along the trajectory.
Declaration
values = u(self,t)
Parameters
tnumeric query points with any shape
Returns
valuesx-derivative values with the same shape ast
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.