Overload List
Method | Description |
---|---|
![]() | Default constructor. Initializes with an empty points list. |
![]() | Constructs spline identical to the input spline. |
![]() | Constructs a cubic interpolation spline approximating curve with the distance of epsilon. |
![]() | Constructs an interpolation cubic spline with an input knot vector going through the fit points and the fit derivative. |
![]() | Constructs an interpolation cubic spline going through the fit points within tolerance specified by the tol object. The constructed spline is a closed curve. |
![]() | Constructs an interpolation cubic spline going through the fit points within tolerance specified by the tol object. The constructed spline has start and end derivative specified by the input data. |