CubicSplineCurve2d.CubicSplineCurve2d Constructor (Point2dCollection)

Visual Basic
Public Sub New(
    fitPoints As Point2dCollection
)
C#
public CubicSplineCurve2d(
    Point2dCollection fitPoints
);
Parameters
Parameters 
Description 
Point2dCollection fitPoints 
Input interpolating points 
Description

Constructs an interpolation cubic spline going through the fit points. The constructed spline is a closed curve.

Links