plus
Add a scalar offset to a spline output.
Declaration
f = plus(f,g)
Parameters
fBSpline instance or scalargscalar or BSpline instance
Returns
ftransformed BSpline or empty when adding []
Discussion
This shifts the spline output without changing the knot sequence or spline coefficients.
shiftedSpline = spline + 3;