splinepy.bezier.BezierBase.derivative_spline#

BezierBase.derivative_spline(orders)[source]#

Calculates the spline that describes the requested derivative in a close-form representation of the the same spline-type.

Parameters:

orders ((para_dim,) array-like) – requested orders

Returns:

derivative_spline

Return type:

BezierBase