get

open operator override fun get(t: Double): DualNum<Time>

Evaluates the profile at parameter \(x\) to obtain time and its derivatives.

Returns a dual number containing:

  • Value: time \(t(x)\) at the given parameter

  • First derivative: \(dt/dx\) (inverse velocity with respect to the parameter)

  • Higher derivatives as applicable

Return

A DualNum of type Time containing time and its derivatives with respect to the parameter

Parameters

x

The parameter value at which to evaluate the profile