61 #endif // SPLINE_COEFF
double t() const
T value associated with these a,b,c,d coefficients.
SplinePair c() const
Get method for c.
SplinePair a() const
Get method for a.
bool operator<(const SplineCoeff &e) const
Comparison operator for collection.
SplinePair eval(double t) const
Evaluate the value using the a,b,c,d coefficients, over this interval.
SplinePair b() const
Get method for b.
SplinePair d() const
Get method for d.
Four element vector of a,b,c,d coefficients and the associated x value, for one interval of a set of ...
Single X/Y pair for cubic spline interpolation initialization and calculations.