Macro Command Reference
spline <points> <strength> <BUFFER>
This function calculates a nonparametric cubic spline interpolation.
<points>
: Defines the number of points which should be calculated for each interval.
<strength>
: Defines the strength of the interpolation. 2 is in most cases a good choice.
BUFFER
a list of one or more data buffers. Possible values are:
all | all buffers in the document |
selected | selected buffers in the document |
unselected | unselected buffers in the document |
visible | visible buffers in the document |
hidden | hidden buffers in the document |
none | no buffer |
b1,b2,b3,...,bn | a list of buffers where the arguments may be math expressions. |
bs..be | buffers from bs to be |