Method |
Description |
Default constructor. Initializes with an empty point list. | |
Constructs a cubic interpolation spline approximating curve with the distance of epsilon. | |
Default constructor. Initializes with an empty point list. | |
Constructs an interpolation cubic spline going through the fit points. The constructed spline is a closed curve. | |
Constructs an interpolation cubic spline going through the fit points within tolerance specified by the tolerance object. The constructed spline... more | |
Constructs an interpolation cubic spline going through the fit points. The constructed spline has start and end derivative specified by... more | |
Constructs an interpolation cubic spline going through the fit points within tolerance specified by the tolerance object. The constructed spline... more |
Comments? |