CubicInterpolation

Cube interpolation using Catmull-Rom splines on scalar elements. Interpolates between two scalars y and z using a gradient a that takes x <-> y and z <-> w into account in order to offer better continuity between segments. Check LinearInerpolation for more details.

T
CubicInterpolation
pure nothrow
(
T
)
(
T x
,
T y
,
T z
,
T w
,
float a
)
if (
__traits(isScalar, T)
)

Meta