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