Constructs an interpolation cubic spline going through the fit points within tolerance specified by the tol object. The constructed spline is a closed curve.
Public Sub New( fitPoints As Point2dCollection, tolerance As Tolerance )
public CubicSplineCurve2d( Point2dCollection fitPoints, Tolerance tolerance );
Parameters |
Description |
Point2dCollection fitPoints |
Input interpolating points |
Tolerance tolerance |
Input tolerance object |
Comments? |