AcGeCubicSplineCurve3d::AcGeCubicSplineCurve3d

C++
AcGeCubicSplineCurve3d(
    const AcGePoint3dArray& fitPnts, 
    const AcGeVector3d& startDeriv, 
    const AcGeVector3d& endDeriv, 
    const AcGeTol& tol = AcGeContext::gTol
);
Parameters
Parameters 
Description 
fitPnts 
Input interpolating points 
startDeriv 
Input derivative at the beginning of spline 
endDeriv 
Input derivative at the end of spline 
tol 
Input tolerance object 
Description

Constructs an interpolation cubic spline going through the fit points within tolerance specified by the tol object. The constructed spline has start and end derivatives specified by the input data. 

 

Links