Constructs an interpolation cubic spline going through the fit points. The constructed spline is a closed curve.
Public Sub New( points As Point3dCollection )
public CubicSplineCurve3d( Point3dCollection points );
Parameters |
Description |
Point3dCollection points |
Input interpolating points |
Comments? |