CubicSplineCurve3d.CubicSplineCurve3d Constructor ()

Visual Basic
Public Sub New()
Public Sub New(
    knots As KnotCollection, 
    fitPoints As Point3dCollection, 
    firstDerivatives As Vector3dCollection, 
    periodic As [MarshalAs(UnmanagedType.U1)] bool
)
C#
public CubicSplineCurve3d();
public CubicSplineCurve3d(
    KnotCollection knots, 
    Point3dCollection fitPoints, 
    Vector3dCollection firstDerivatives, 
    [MarshalAs(UnmanagedType.U1)] bool periodic
);
Description

Default constructor. Initializes with an empty point list.

Links