CubicSplineCurve2d(KnotCollection, Point2dCollection, Vector2dCollection, Boolean) Constructor

Initializes a new instance of the CubicSplineCurve2d class

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.3.0.0
Syntax
public CubicSplineCurve2d(
        KnotCollection knots,
        Point2dCollection fitPoints,
        Vector2dCollection firstDerivatives,
        bool periodic
)

Parameters

knots  KnotCollection
 
fitPoints  Point2dCollection
 
firstDerivatives  Vector2dCollection
 
periodic  Boolean
 
See Also

©  Bricsys NV. All rights reserved.