const int INNER_RADIUS_MIN
Four element vector of a,b,c,d coefficients and the associated x value, for one interval of a set of ...
SplinePair d() const
Get method for d.
SplinePair a() const
Get method for a.
SplinePair c() const
Get method for c.
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.
SplineCoeff(double t)
Partial constructor for use mostly by container classes.
bool operator<(const SplineCoeff &e) const
Comparison operator for collection.
double t() const
T value associated with these a,b,c,d coefficients.
Single X/Y pair for cubic spline interpolation initialization and calculations.