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