Class CubicSplineInterpolatorTransform3DVector


  • public class CubicSplineInterpolatorTransform3DVector
    extends InterpolatorTransform3DVector
    This class represents a 3-degree polynomial function, used
    in Cubic Splines hence the name CubicSegment.

    \bf{f}(t)= \bf{a} + \bf{b}\cdot t + \bf{c}\cdot t^2 \bf{d}\cdot t^3