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