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