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