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