Calculates the new value in a weighted moving average series using the previous value and the weight
Target is Kismet Math Library
X0
Y 0
Z 0
X0
Y 0
Z 0
0.0
X0
Y 0
Z 0
|
Current Sample
Vector
|
The value to blend with the previous sample to get a new weighted value |
|
Previous Sample
Vector
|
The last value from the series |
|
Weight
Float
|
The weight to blend with |
|
Return Value
Vector
|
the next value in the series |