Share

AcGeCubicSplineCurve2d Constructor

Overload List

Method Description
AcGeCubicSplineCurve2d::AcGeCubicSplineCurve2d () Default constructor. Initializes with an empty points list.
AcGeCubicSplineCurve2d::AcGeCubicSplineCurve2d (AcGeCubicSplineCurve2d&) Constructs spline identical to the input spline.
AcGeCubicSplineCurve2d::AcGeCubicSplineCurve2d (AcGeCurve2d&, double) Constructs a cubic interpolation spline approximating curve with the distance of epsilon.
AcGeCubicSplineCurve2d::AcGeCubicSplineCurve2d (AcGeKnotVector&, AcGePoint2dArray&, AcGeVector2dArray&, Adesk::Boolean) Constructs an interpolation cubic spline with an input knot vector going through the fit points and the fit derivative.
AcGeCubicSplineCurve2d::AcGeCubicSplineCurve2d (AcGePoint2dArray&, AcGeTol&) Constructs an interpolation cubic spline going through the fit points within tolerance specified by the tol object. The constructed spline is a closed curve.
AcGeCubicSplineCurve2d::AcGeCubicSplineCurve2d (AcGePoint2dArray&, AcGeVector2d&, AcGeVector2d&, AcGeTol&) Constructs an interpolation cubic spline going through the fit points within tolerance specified by the tol object. The constructed spline has start and end derivative specified by the input data.

Was this information helpful?