AcGeCubicSplineCurve3d( const AcGePoint3dArray& fitPnts, const AcGeVector3d& startDeriv, const AcGeVector3d& endDeriv, const AcGeTol& tol = AcGeContext::gTol );
|
Parameters |
Description |
|
const AcGePoint3dArray& fitPnts |
Input interpolating points |
|
const AcGeVector3d& startDeriv |
Input derivative at the beginning of spline |
|
const AcGeVector3d& endDeriv |
Input derivative at the end of spline |
|
const AcGeTol& tol = AcGeContext::gTol |
Input tolerance object |
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.