INTERPOLATION

[GENERIC-FUNCTION]


OM 6.1
Function Reference
ARGUMENTS:
  - begin a number [default = 0]
  - end a number [default = 1]
  - samples an integer [default = 5]
  - curves a number in [0.0 2.0] [default = 1.0]

Description:

Interpolates 2 numbers or lists from <begin> to <end> through <samples> steps.
<curve> is 1 for linear interpolation, ]0.0 1.0[ for convex and ]1.0 2.0[ for concave interpolation.