HermiteInterpolation

Hermite interpolation on scalar elements. Similar to CubicInterpolation except that you have control over the tension (tightening of the curvature) and bias (twists the curve about known points).

  1. T HermiteInterpolation(T x, T y, float a)
  2. T HermiteInterpolation(T x, T y, T z, T w, float a, float tension, float bias)
    T
    HermiteInterpolation
    pure nothrow
    (
    T
    )
    (
    T x
    ,
    T y
    ,
    T z
    ,
    T w
    ,
    float a
    ,
    float tension
    ,
    float bias
    )
    if (
    __traits(isScalar, T)
    )

Meta