Interp

From MoiWiki
Revision as of 00:13, 2 December 2016 by Karsten (talk | contribs) (Created page with "=Function= Takes support values and makes n evenly distibuted interpolation values between them (start/end value included) I nterpolation strategy: * linear * Catumul-Rom *...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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