Share

AcGeCubicSplineCurve2d::AcGeCubicSplineCurve2d

C++

GE_DLLEXPIMPORT AcGeCubicSplineCurve2d(
    const AcGeCurve2d& curve, 
    double epsilon = AcGeContext::gTol.equalPoint()
);

Description

Constructs a cubic interpolation spline approximating curve with the distance of epsilon.

Parameters

Parameters Description
curve Input generic 2D curve
epsilon Input approximation tolerance value

Links

AcGeCubicSplineCurve2d

Was this information helpful?