Hermite spline curves#
- class splinebox.spline_curves.HermiteSpline(M, basis_function, closed=False, control_points=None, tangents=None, padding_function=<function padding_function>)#
Class for the construction of a Hermite spline.
Parameters#
- Mint
Number of control points.
- basis_function
splinebox.basis_functions.BasisFunction The basis function used to construct the spline.
- closedboolean
Whether or not the spline is closed, i.e. the two ends connect.