CubicSplineCurve2d(Point2dCollection)
Constructor
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public CubicSplineCurve2d(
        Point2dCollection fitPoints
)
 
Public Sub New ( 
        fitPoints As Point2dCollection
)
 
public:
CubicSplineCurve2d(
        Point2dCollection^ fitPoints
)
 
new : 
        fitPoints : Point2dCollection -> CubicSplineCurve2d
 
 
 
Parameters
- fitPoints  Point2dCollection
 
-  
 
 
See Also