Interp
From MoiWiki
Contents
Function
Takes support values and makes n evenly distibuted interpolation values between them (start/end value included) I nterpolation strategy:
- linear
- Catumul-Rom
- Cubic
- Cosine
- Hermite
- Fritsch-Carlson
Inputs
- Array type:numarray minimum 2 values to interpolate between
- count type:numarray an integer for the number of interpolation values
outputs
- [numarray]]
properties
- Mode:
linear Catumul-Rom Cubic Cosine Hermite Fritsch-Carlson
- Array
- Count integer value
Type
Basic/Interp
Back to Overview_of_the_sub_menues