eval# HermiteSpline.eval(t, derivative=0)# Evalute the spline or one of its derivatives at parameter value(s) t. Parameters# tnumpy.array, floatA 1D numpy array or a single float value. derivativeintCan be 0, 1, 2 for the spline, and its first and second derivative respectively.