SparseWeight8.InterpolateCubic

SparseWeight8.InterpolateCubic method

Interpolates (x , xt) with (y , yt) an amount. If there’s more than 8 non zero result values, the 8 most representative values are taken.

public static SparseWeight8 InterpolateCubic(ref SparseWeight8 x, ref SparseWeight8 xt, 
    ref SparseWeight8 y, ref SparseWeight8 yt, float amount)
ParameterTypeDescription
xSparseWeight8&The first value operand.
xtSparseWeight8&The first tangent operand.
ySparseWeight8&The second value operand.
ytSparseWeight8&The second tangent operand.
amountSingleThe amount of y

Return Value

A new SparseWeight8

See Also