Hermite

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).

pure nothrow
T
Hermite
(
T
)
(
T x
,
T y
,
T z
,
T w
,
float a
,
float tension
,
float bias
)
if (
__traits(isScalar, T)
)

Meta