54 #ifndef CatmullRomSpline_H
55 #define CatmullRomSpline_H
70 public Spline<CatmullRomSpline>
An implementation of Catmull-Rom splines (sometimes known as Overhauser splines). This is a piecewise...
point position(const label segmenti, const scalar segmentLambda) const
Return the point position corresponding to the segment parameter.
Spline(const pointField &knots, const scalar tol, const label nIter)
Construct from components.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.