eval#

Spline.eval(t, derivative=0)#

Evalute the spline or one of its derivatives at parameter value(s) t.

Parameters#

tnumpy.array, float

A 1D numpy array or a single float value.

derivativeint

Can be 0, 1, 2 for the spline, and its first and second derivative respectively.