splinepy.helpme.create.line# splinepy.helpme.create.line(points)[source]# Create a spline with the provided points as control points. Parameters: points ((n, d) numpy.ndarray) – npoints x ndims array of control points Returns: line – Spline degree [1]. Return type: BSpline