Description
Constructs a 2D polynomial spline interpolating a given array if 2D points within a global tolerance.
Visual Basic
Public Sub New( fitPoints As Point2dCollection )
C#
public NurbCurve2d( Point2dCollection fitPoints );
Parameters
Parameters | Description |
---|---|
Point2dCollection fitPoints | Input points interpolating the spline curve |