Hermite spline curves#
- class splinebox.spline_curves.HermiteSpline(M, basis_function, closed=False, coeffs=None, tangents=None)#
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.