Method |
Description |
CubicSplineCurve2d.CubicSplineCurve2d ()
|
Default constructor. Initializes with an empty points list. |
CubicSplineCurve2d.CubicSplineCurve2d (Curve2d, double)
|
Constructs a cubic interpolation spline approximating curve with the distance of epsilon. |
CubicSplineCurve2d.CubicSplineCurve2d (KnotCollection, Point2dCollection, Vector2dCollection, [MarshalAs(UnmanagedType.U1)] bool)
|
Default constructor. Initializes with an empty points list. |
CubicSplineCurve2d.CubicSplineCurve2d (Point2dCollection)
|
Constructs an interpolation cubic spline going through the fit points. The constructed spline is a closed curve. |
CubicSplineCurve2d.CubicSplineCurve2d (Point2dCollection, Tolerance)
|
Constructs an interpolation cubic spline going through the fit points within tolerance specified by the tol object. The constructed spline... more
|
CubicSplineCurve2d.CubicSplineCurve2d (Point2dCollection, Vector2d, Vector2d)
|
Constructs an interpolation cubic spline going through the fit points. The constructed spline has start and end derivative specified by... more
|
CubicSplineCurve2d.CubicSplineCurve2d (Point2dCollection, Vector2d, Vector2d, Tolerance)
|
Constructs an interpolation cubic spline going through the fit points within tolerance specified by the tolerance object. The constructed spline... more
|