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